summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2022-05-163-36/+39
* mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg2022-05-162-10/+13
* mac80211: remove useless bssid copyJohannes Berg2022-05-161-3/+1
* mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg2022-05-163-9/+7
* mac80211: mlme: use local SSID copyJohannes Berg2022-05-161-12/+2
* mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg2022-05-165-21/+21
* mac80211: mlme: move in RSSI reporting codeJohannes Berg2022-05-162-40/+40
* mac80211: remove stray multi_sta_back_32bit docsJohannes Berg2022-05-161-1/+0
* mac80211: fix typo in documentationJohannes Berg2022-05-161-1/+1
* mac80211: unify CCMP/GCMP AAD constructionJohannes Berg2022-05-161-56/+31
* rtlwifi: Use pr_warn instead of WARN_ONCEDongliang Mu2022-05-131-1/+1
* wfx: use container_of() to get vifJaehee Park2022-05-117-40/+68
* rtw89: add debug entry to dump BSSID CAMPing-Ke Shih2022-05-112-0/+2
* rtw89: add debug select to dump MAC pages 0x30 to 0x33Ping-Ke Shih2022-05-112-0/+6
* rtw89: correct CCA controlPing-Ke Shih2022-05-111-2/+3
* rtw89: correct setting of RX MPDU lengthPing-Ke Shih2022-05-111-5/+5
* rtw89: 8852c: add settings to decrease the effect of DCHsuan Hung2022-05-112-5/+72
* ssb: remove unreachable codeJiapeng Chong2022-05-111-1/+0
* brcmfmac: allow setting wlan MAC address using device treePavel Löbl2022-05-114-7/+24
* wilc1000: add valid vmm_entry check before fetching from TX queueAjay Singh2022-05-111-3/+4
* wilc1000: use 'u64' datatype for cookie variableAjay Singh2022-05-111-1/+1
* wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()Ajay Singh2022-05-111-2/+2
* wilc1000: use fixed function base register value to access SDIO_FBR_ENABLE_CSAAjay Singh2022-05-111-1/+1
* wilc1000: increase firmware version array sizeAjay Singh2022-05-111-1/+2
* bcma: gpio: Switch to use fwnode instead of of_nodeAndy Shevchenko2022-05-091-3/+4
* rtw88: adjust adaptivity option to 1Chin-Yen Lee2022-05-091-1/+1
* wl1251: dynamically allocate memory used for DMAH. Nikolaus Schaller2022-05-063-18/+39
* qtnfmac: switch to netif_napi_add_weight()Jakub Kicinski2022-05-062-4/+4
* mt76: switch to netif_napi_add_tx()Jakub Kicinski2022-05-065-10/+10
* wil6210: switch to netif_napi_add_tx()Jakub Kicinski2022-05-061-6/+4
* mac80211: support disabling EHT modeMuna Sinada2022-05-041-0/+3
* cfg80211: support disabling EHT modeMuna Sinada2022-05-043-0/+11
* mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2022-05-042-0/+25
* mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua2022-05-041-2/+0
* mac80211: consider Order bit to fill CCMP AADPing-Ke Shih2022-05-041-7/+9
* cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov2022-05-041-0/+4
* nl80211: rework internal_flags usageJohannes Berg2022-05-041-145/+199
* nl80211: don't hold RTNL in color change requestJohannes Berg2022-05-041-2/+1
* cfg80211: remove cfg80211_get_chan_state()Johannes Berg2022-05-044-113/+3
* rtw89: 8852c: add 8852ce to Makefile and KconfigPing-Ke Shih2022-05-042-2/+25
* rtw89: 8852c: fix warning of FIELD_PREP() mask typePing-Ke Shih2022-05-041-7/+5
* rtw89: 8852c: correct register definitions used by 8852cPing-Ke Shih2022-05-041-2/+1
* rtw89: correct AID settings of beamformeePing-Ke Shih2022-05-042-0/+9
* rtw89: ps: fine tune polling interval while changing low power modePing-Ke Shih2022-05-041-1/+2
* rtw89: 8852c: add basic and remaining chip_infoPing-Ke Shih2022-05-041-3/+77
* rtw89: 8852c: add chip_ops::bb_ctrl_btc_preagcPing-Ke Shih2022-05-041-0/+64
* rtw89: 8852c: rfk: get calibrated channels to notify firmwarePing-Ke Shih2022-05-043-0/+20
* wfx: avoid flush_workqueue(system_highpri_wq) usageTetsuo Handa2022-05-044-4/+11
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-04298-4104/+43484
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-0336-358/+1410
| |\