summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-2410-51/+96
|\
| * Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-2310-51/+96
| |\
| | * wifi: iwlwifi: mvm: protect TXQ list manipulationJohannes Berg2023-03-224-34/+39
| | * wifi: iwlwifi: mvm: fix mvmtxq->stopped handlingJohannes Berg2023-03-224-5/+13
| | * wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-152-2/+2
| | * wifi: mt76: connac: do not check WED status for non-mmio devicesLorenzo Bianconi2023-03-131-0/+3
| | * wifi: mt76: mt7915: add back 160MHz channel width support for MT7915Felix Fietkau2023-03-131-10/+30
| | * wifi: mt76: do not run mt76_unregister_device() on unregistered hwLorenzo Bianconi2023-03-132-0/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-2/+1
|\| |
| * | net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-2/+1
| |/
* | net: Use of_property_present() for testing DT property presenceRob Herring2023-03-131-1/+1
* | Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-1056-412/+1807
|\ \ | |/ |/|
| * wifi: iwlwifi: mvm: fix EOF bit reportingJohannes Berg2023-03-071-18/+10
| * wifi: iwlwifi: Do not include radiotap EHT user info if not neededIlan Peer2023-03-071-21/+37
| * wifi: iwlwifi: mvm: add EHT RU allocation to radiotapMordechay Goodstein2023-03-072-10/+95
| * wifi: iwlwifi: Update logs for yoyo reset sw changesMukesh Sisodiya2023-03-071-9/+11
| * wifi: iwlwifi: mvm: clean up duplicated definesMordechay Goodstein2023-03-075-24/+13
| * wifi: iwlwifi: rs-fw: break out for unsupported bandwidthMordechay Goodstein2023-03-071-2/+6
| * wifi: iwlwifi: Add support for B step of BnJ-Fm4Golan Ben Ami2023-03-073-0/+18
| * wifi: iwlwifi: mvm: make flush code a bit clearerJohannes Berg2023-03-071-1/+2
| * wifi: iwlwifi: mvm: avoid UB shift of snif_queueJohannes Berg2023-03-071-1/+9
| * wifi: iwlwifi: mvm: add primary 80 known for EHT radiotapMordechay Goodstein2023-03-073-1/+40
| * wifi: iwlwifi: mvm: parse FW frame metadata for EHT sniffer modeMordechay Goodstein2023-03-072-23/+213
| * wifi: iwlwifi: mvm: decode USIG_B1_B7 RU to nl80211 RU widthMordechay Goodstein2023-03-071-0/+71
| * wifi: iwlwifi: mvm: rename define to generic nameMordechay Goodstein2023-03-072-2/+2
| * wifi: iwlwifi: mvm: allow Microsoft to use TASAlon Giladi2023-03-071-0/+5
| * wifi: iwlwifi: mvm: add all EHT based on data0 info from HWMordechay Goodstein2023-03-072-3/+73
| * wifi: iwlwifi: mvm: add EHT radiotap info based on rate_n_flagsMordechay Goodstein2023-03-072-7/+152
| * wifi: iwlwifi: mvm: add an helper function radiotap TLVsMordechay Goodstein2023-03-071-17/+26
| * wifi: radiotap: separate vendor TLV into header/contentMordechay Goodstein2023-03-072-15/+15
| * wifi: iwlwifi: reduce verbosity of some logging eventsGolan Ben Ami2023-03-073-5/+5
| * wifi: iwlwifi: Adding the code to get RF name for MsP deviceMukesh Sisodiya2023-03-072-1/+5
| * wifi: iwlwifi: mvm: mark mac header with no data framesMordechay Goodstein2023-03-071-4/+1
| * wifi: iwlwifi: mvm: add LSIG info to radio tap info in EHTMordechay Goodstein2023-03-071-0/+4
| * wifi: mac80211: add support for driver adding radiotap TLVsMordechay Goodstein2023-03-072-35/+37
| * wifi: mac80211_hwsim: Indicate support for NL80211_EXT_FEATURE_SCAN_MIN_PREQ_...Ilan Peer2023-03-071-0/+3
| * wifi: rtlwifi: rtl8192se: Remove some unused variablesJiapeng Chong2023-03-061-9/+0
| * wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()Martin Blumenstingl2023-03-061-2/+4
| * wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()Martin Blumenstingl2023-03-061-1/+1
| * wifi: brcmfmac: pcie: Add 4359C0 firmware definitionKonrad Dybcio2023-03-061-1/+3
| * wifi: rtw89: fix SER L1 might stop entering LPS issueChih-Kang Chang2023-03-061-0/+5
| * wifi: brcmfmac: pcie: Add BCM4378B3 supportHector Martin2023-02-271-1/+3
| * wifi: brcmfmac: common: Add support for external calibration blobsHector Martin2023-02-273-0/+33
| * wifi: brcmfmac: pcie: Load and provide TxCap blobsHector Martin2023-02-271-0/+13
| * wifi: brcmfmac: common: Add support for downloading TxCap blobsHector Martin2023-02-272-24/+70
| * wifi: brcmfmac: pcie: Add IDs/properties for BCM4387Hector Martin2023-02-273-0/+12
| * wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hexHector Martin2023-02-271-6/+7
| * wifi: brcmfmac: cfg80211: Add support for PMKID_V3 operationsHector Martin2023-02-272-3/+132
| * wifi: brcmfmac: feature: Add support for setting feats based on WLC versionHector Martin2023-02-273-1/+76
| * wifi: brcmfmac: cfg80211: Add support for scan params v2Hector Martin2023-02-274-90/+209