summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2020-08-21rtw88: pci: disable aspm for platform inter-op with module parameterYan-Hsuan Chuang1-0/+9
2020-08-19wl1251: fix always return 0 errorWang Hai1-1/+1
2020-08-19qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc()Wang Hai1-1/+4
2020-08-19rtw88: coex: only skip coex triggered by BT infoYan-Hsuan Chuang1-1/+2
2020-08-19rtw88: fix short GI capability based on current bandwidthTsang-Shian Lin1-5/+6
2020-08-19rtw88: fix LDPC field for RA infoTsang-Shian Lin1-1/+1
2020-08-19mt76: mt7615: fix possible memory leak in mt7615_mcu_wtbl_sta_addLorenzo Bianconi1-1/+5
2020-08-19mt76: mt7615: fix potential memory leak in mcu message handlerSean Wang1-2/+5
2020-08-19mwifiex: Prevent memory corruption handling keysDan Carpenter1-7/+15
2020-08-19ath10k: Acquire tx_lock in tx error pathsEvan Green1-0/+4
2020-08-19mwifiex: Fix firmware filename for sd8997 chipsetPali Rohár1-1/+1
2020-08-19mwifiex: Fix firmware filename for sd8977 chipsetPali Rohár1-1/+1
2020-08-19iwlegacy: Check the return value of pcie_capability_read_*()Bolarinwa Olayemi Saheed1-2/+2
2020-08-19brcmfmac: set state of hanger slot to FREE when flushing PSQWright Feng1-0/+4
2020-08-19brcmfmac: To fix Bss Info flag definition BugPrasanna Kerekoppa1-1/+1
2020-08-19brcmfmac: keep SDIO watchdog running when console_interval is non-zeroWright Feng1-1/+5
2020-08-05iwlwifi: fix crash in iwl_dbg_tlv_alloc_triggerJiri Slaby1-2/+14
2020-08-05mt76: mt7615: fix lmac queue debugsfs entryLorenzo Bianconi1-4/+5
2020-07-29ath9k: Fix regression with Atheros 9271Mark O'Donovan1-1/+3
2020-07-29ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-07-29iwlwifi: mvm: don't call iwl_mvm_free_inactive_queue() under RCUJohannes Berg1-5/+3
2020-07-29iwlwifi: Make some Killer Wireless-AC 1550 cards work againAlessio Bonfiglio1-0/+2
2020-07-29mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau7-13/+31
2020-07-16Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb"Greg Kroah-Hartman2-42/+11
2020-06-30wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-28/+11
2020-06-22b43_legacy: Fix connection problem with WPA3Larry Finger1-0/+1
2020-06-22b43: Fix connection problem with WPA3Larry Finger1-1/+1
2020-06-22b43legacy: Fix case where channel status is corruptedLarry Finger1-0/+1
2020-06-22carl9170: remove P2P_GO supportChristian Lamparter2-20/+5
2020-06-22iwlwifi: mvm: fix aux station leakSharon3-11/+18
2020-06-22mwifiex: Fix memory corruption in dump_stationPali Rohár1-8/+6
2020-06-22rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup()Dan Carpenter1-6/+2
2020-06-22brcmfmac: fix WPA/WPA2-PSK 4-way handshake offload and SAE offload failuresChung-Hsien Hsu1-6/+6
2020-06-22mt76: avoid rx reorder buffer overflowRyder Lee2-7/+7
2020-06-22mt76: mt7615: fix mt7615_driver_own routineLorenzo Bianconi2-1/+6
2020-06-22mt76: mt7615: fix mt7615_firmware_own for mt7663eLorenzo Bianconi1-3/+2
2020-06-22mt76: mt7663: fix DMA unmap lengthLorenzo Bianconi2-6/+16
2020-06-22mt76: mt7622: fix DMA unmap lengthLorenzo Bianconi2-3/+4
2020-06-22mt76: mt7615: do not always reset the dfs state setting the channelLorenzo Bianconi1-1/+20
2020-06-22mt76: mt7663: fix mt7615_mac_cca_stats_reset routineLorenzo Bianconi2-1/+8
2020-06-22wcn36xx: Fix error handling path in 'wcn36xx_probe()'Christophe JAILLET1-2/+4
2020-06-22ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai3-0/+28
2020-06-22ath10k: Skip handling del_server during driver exitRakesh Pillai2-1/+18
2020-06-22iwlwifi: avoid debug max amsdu config overwriting itselfMordechay Goodstein2-11/+15
2020-06-22libertas_tf: avoid a null dereference in pointer privColin Ian King1-3/+3
2020-06-22ath11k: fix kernel panic by freeing the msdu received with invalid lengthTamizh Chelvam1-0/+18
2020-06-22ath11k: fix error return code in ath11k_dp_alloc()Wei Yongjun1-1/+3
2020-06-22ath10k: fix possible memory leak in ath10k_bmi_lz_data_large()Wei Yongjun1-0/+1
2020-06-22ath11k: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2020-06-22ath10k: add flush tx packets for SDIO chipWen Gong3-1/+15