summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi-1/+2
2022-06-29wifi: mac80211_hwsim: set virtio device ready in probe()Johannes Berg-0/+2
2022-06-10rtw88: 8821c: fix access const table of channel parametersPing-Ke Shih-9/+11
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+3
2022-06-03Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+16
2022-05-30wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih-3/+15
2022-05-30wifi: iwlwifi: pcie: rename CAUSE macroJohannes Berg-17/+17
2022-05-30wifi: libertas: use variable-size data in assoc req/resp cmdJohannes Berg-5/+5
2022-05-24ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor-1/+1
2022-05-22wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski-0/+5
2022-05-22wifi: brcmfmac: work around a GCC 12 -Warray-bounds warningJakub Kicinski-1/+1
2022-05-22wifi: iwlwifi: use unsigned to silence a GCC 12 warningJakub Kicinski-1/+1
2022-05-22wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12Jakub Kicinski-0/+5
2022-05-22wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski-4/+1
2022-05-22wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski-0/+5
2022-05-22wifi: plfxlc: remove redundant NULL-check for GCC 12Jakub Kicinski-2/+2
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-2550/+4666
2022-05-18iwlwifi: mei: fix potential NULL-ptr derefJohannes Berg-0/+2
2022-05-18iwlwifi: mei: clear the sap data header before sendingAvraham Stern-0/+1
2022-05-18iwlwifi: mvm: remove vif_countMiri Korenblit-15/+3
2022-05-18iwlwifi: mvm: always tell the firmware to accept MCAST frames in BSSEmmanuel Grumbach-19/+38
2022-05-18iwlwifi: mvm: add OTP info in case of init failureMordechay Goodstein-6/+11
2022-05-18iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach-0/+3
2022-05-18iwlwifi: fw: init SAR GEO table only if data is presentJohannes Berg-0/+3
2022-05-18iwlwifi: mvm: clean up authorized conditionJohannes Berg-20/+3
2022-05-18iwlwifi: mvm: use NULL instead of ERR_PTR when parsing wowlan statusHaim Dreyfuss-11/+11
2022-05-18iwlwifi: pcie: simplify MSI-X cause mappingJohannes Berg-19/+29
2022-05-17rtw89: pci: only mask out INT indicator register for disable interrupt v1Ping-Ke Shih-3/+0
2022-05-17rtw89: convert rtw89_band to nl80211_band preciselyZong-Zhe Yang-11/+29
2022-05-17rtw89: 8852c: update txpwr tables to HALRF_027_00_052Zong-Zhe Yang-1857/+1857
2022-05-17rtw89: cfo: check mac_id to avoid out-of-boundsPing-Ke Shih-0/+5
2022-05-17rtw89: 8852c: set TX antenna pathPing-Ke Shih-4/+5
2022-05-17rtw89: add ieee80211::sta_rc_update opsPing-Ke Shih-5/+22
2022-05-17wireless: Fix Makefile to be in alphabetical orderSrinivasan R-1/+1
2022-05-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-36/+575
2022-05-16Merge tag 'mt76-for-kvalo-2022-05-12' of https://github.com/nbd168/wirelessKalle Valo-415/+1598
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek-4/+9
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu-1/+147
2022-05-13mt76: add gfp to mt76_mcu_msg_alloc signatureLorenzo Bianconi-5/+12
2022-05-13mt76: mt7915: add more statistics from fw_util debugfs knobsRyder Lee-4/+21
2022-05-13mt76: mt7915: improve error handling for fw_debug knobsRyder Lee-25/+37
2022-05-13mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao-2/+2
2022-05-13mt76: mt7915: add support for 6G in-band discoveryMeiChia Chiu-14/+107
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau-94/+502
2022-05-13mt76: make number of tokens configurable dynamicallyFelix Fietkau-7/+7
2022-05-13mt76: add support for overriding the device used for DMA mappingFelix Fietkau-17/+19
2022-05-13mt76: dma: add wrapper macro for accessing queue registersFelix Fietkau-9/+12
2022-05-13mt76: mt7915: move MT_INT_MASK_CSR to init.cRyder Lee-5/+1
2022-05-13mt76: mt7915: introduce mt7915_mac_severe_check()Ryder Lee-0/+37
2022-05-13mt76: mt7915: rework SER debugfs knobRyder Lee-20/+126