summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-11-12rsi: fix control-message timeoutJohan Hovold1-1/+1
2021-10-06mac80211-hwsim: fix late beacon hrtimer handlingJohannes Berg1-2/+2
2021-09-22ath9k: fix sleeping in atomic contextMiaoqing Pan1-5/+7
2021-09-22ath9k: fix OOB read ar9300_eeprom_restore_internalZekun Shen1-1/+2
2021-09-22iwlwifi: mvm: fix access to BSS elementsJohannes Berg1-2/+6
2021-09-22iwlwifi: mvm: avoid static queue number aliasingJohannes Berg2-16/+38
2021-09-22iwlwifi: mvm: fix a memory leak in iwl_mvm_mac_ctxt_beacon_changedZhang Qilong1-1/+3
2021-09-15brcmfmac: pcie: fix oops on failure to resume and reprobeAhmad Fatoum1-1/+1
2021-09-15ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()Dan Carpenter1-1/+3
2021-09-15rsi: fix an error code in rsi_probe()Dan Carpenter1-0/+1
2021-09-15rsi: fix error code in rsi_load_9116_firmware()Dan Carpenter1-1/+3
2021-08-26ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2-1/+87
2021-08-26ath: Modify ath_key_delete() to not need full key entryJouni Malinen5-23/+22
2021-08-26ath: Export ath_hw_keysetmac()Jouni Malinen2-2/+3
2021-08-26ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen1-0/+5
2021-08-26ath: Use safer key clearing with key cache entriesJouni Malinen1-1/+10
2021-08-12virt_wifi: fix error on connectMatteo Croce1-20/+32
2021-07-19iwlwifi: pcie: fix context info freeingJohannes Berg1-1/+2
2021-07-19iwlwifi: pcie: free IML DMA memory allocationJohannes Berg2-5/+13
2021-07-19iwlwifi: mvm: don't change band on bound PHY contextsJohannes Berg1-6/+18
2021-07-19rtl8xxxu: Fix device info for RTL8192EU devicesPascal Terjan2-14/+56
2021-07-19mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-07-19cw1200: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-07-19wl1251: Fix possible buffer overflow in wl1251_cmd_scanLee Gibson1-3/+6
2021-07-19wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELPTony Lindgren1-0/+7
2021-07-14mwifiex: re-fix for unaligned accessesArnd Bergmann1-6/+4
2021-07-14ath10k: Fix an error code in ath10k_add_interface()Yang Li1-0/+1
2021-07-14brcmsmac: mac80211_if: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+7
2021-07-14brcmfmac: correctly report average RSSI in station infoAlvin Šipraga1-16/+20
2021-07-14brcmfmac: fix setting of station info chains bitmaskAlvin Šipraga1-2/+1
2021-07-14wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue1-13/+8
2021-07-14wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap1-5/+3
2021-07-14ath10k: add missing error return code in ath10k_pci_probe()Yang Yingliang1-3/+9
2021-07-14ath10k: go to path err_unsupported when chip id is not supportedYang Yingliang1-1/+1
2021-07-14rsi: fix AP mode with WPA failure due to encrypted EAPOLMartin Fuzzey4-7/+2
2021-07-14rsi: Assign beacon rate settings to the correct rate_info descriptor fieldMarek Vasut1-2/+2
2021-07-14ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár1-0/+5
2021-07-14mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau1-0/+3
2021-06-30mac80211_hwsim: drop pending frames on stopJohannes Berg1-0/+5
2021-06-03brcmfmac: properly check for bus register errorsGreg Kroah-Hartman6-46/+41
2021-06-03Revert "brcmfmac: add a check for the status of usb_register"Greg Kroah-Hartman1-5/+1
2021-06-03libertas: register sysfs groups properlyGreg Kroah-Hartman1-24/+4
2021-06-03Revert "libertas: add checks for the return value of sysfs_create_group"Greg Kroah-Hartman1-5/+0
2021-06-03ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Anirudh Rayabharam2-4/+5
2021-06-03Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"Greg Kroah-Hartman1-1/+3
2021-06-03ath10k: Validate first subframe of A-MSDU before processing the listSriram R1-4/+57
2021-06-03ath10k: Fix TKIP Michael MIC verification for PCIeWen Gong1-0/+10
2021-06-03ath10k: drop MPDU which has discard flag set by firmware for SDIOWen Gong2-1/+18
2021-06-03ath10k: drop fragments with multicast DA for SDIOWen Gong1-2/+7
2021-06-03ath10k: drop fragments with multicast DA for PCIeWen Gong1-3/+20