summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-12-08iwlwifi: mvm: retry init flow if failedMordechay Goodstein5-8/+47
2021-12-08mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_modeLorenzo Bianconi1-2/+2
2021-12-08rt2x00: do not mark device gone on EPROTO errors during startStanislaw Gruszka1-0/+3
2021-11-18ath10k: fix invalid dma_addr_t token assignmentArnd Bergmann1-1/+9
2021-11-18wcn36xx: Fix discarded frames due to wrong sequence numberLoic Poulain1-2/+7
2021-11-18wcn36xx: add proper DMA memory barriers in rx pathBenjamin Li1-1/+11
2021-11-18libertas: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-11-18libertas_tf: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-11-18mwifiex: Send DELBA requests according to specJonas Dreßler1-2/+3
2021-11-18rsi: stop thread firstly in rsi_91x_init() error handlingZiyang Xuan1-0/+1
2021-11-18mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()Shayne Chen1-1/+1
2021-11-18mt76: mt7915: fix sta_rec_wtbl tag lenShayne Chen1-1/+1
2021-11-18mt76: mt7915: fix possible infinite loop release semaphoreLorenzo Bianconi1-1/+1
2021-11-18mt76: mt76x02: fix endianness warnings in mt76x02_mac.cLorenzo Bianconi1-6/+7
2021-11-18mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
2021-11-18ath10k: fix max antenna gain unitSven Eckelmann2-3/+6
2021-11-18b43: fix a lower bounds testDan Carpenter1-1/+1
2021-11-18b43legacy: fix a lower bounds testDan Carpenter1-1/+1
2021-11-18ath9k: Fix potential interrupt storm on queue resetLinus Lüssing1-1/+3
2021-11-18ath10k: sdio: Add missing BH locking around napi_schdule()Fabio Estevam1-1/+4
2021-11-18ath10k: Fix missing frame timestamp for beacon/probe-respLoic Poulain1-0/+4
2021-11-18ath11k: Fix memory leak in ath11k_qmi_driver_event_workBaochen Qiang1-1/+3
2021-11-18ath11k: fix packet drops due to incorrect 6 GHz freq value in rx statusPradeep Kumar Chitrapu2-6/+13
2021-11-18ath11k: Avoid race during regd updatesSriram R4-17/+14
2021-11-18ath11k: fix some sleeping in atomic bugsDan Carpenter1-9/+7
2021-11-18wilc1000: fix possible memory leak in cfg_scan_result()Ajay Singh1-2/+1
2021-11-18wcn36xx: Fix Antenna Diversity SwitchingBryan O'Donoghue1-1/+3
2021-11-18wcn36xx: Correct band/freq reporting on RXLoic Poulain2-1/+25
2021-11-18iwlwifi: mvm: disable RX-diversity in powersaveJohannes Berg1-0/+3
2021-11-18mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma1-1/+1
2021-11-18mt76: mt7915: fix an off-by-one bound checkRyder Lee1-1/+1
2021-11-18ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_d...Tuo Li1-4/+6
2021-11-18brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tabletHans de Goede1-0/+10
2021-11-18rtw88: fix RX clock gate setting while fifo dumpZong-Zhe Yang2-4/+4
2021-11-18ath10k: high latency fixes for beacon bufferAlagu Sankar1-8/+23
2021-11-18ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packetsBaochen Qiang1-2/+2
2021-11-18ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUEDWen Gong1-0/+2
2021-11-18ath11k: Avoid reg rules update during firmware recoverySriram R1-0/+11
2021-11-18mwifiex: Properly initialize private structure on interface type changesJonas Dreßler1-3/+7
2021-11-18mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler1-18/+4
2021-11-18ath11k: Align bss_chan_info structure with firmwareSeevalamuthu Mariappan2-1/+3
2021-11-18rsi: Fix module dev_oper_mode parameter descriptionMarek Vasut3-8/+13
2021-11-18rsi: fix rate mask set leading to P2P failureMartin Fuzzey4-65/+50
2021-11-18rsi: fix key enabled check causing unwanted encryption for vap_id > 0Martin Fuzzey3-1/+4
2021-11-18rsi: fix occasional initialisation failure with BT coexMartin Fuzzey3-3/+18
2021-11-18wcn36xx: handle connection loss indicationBenjamin Li1-11/+33
2021-11-18mwifiex: Try waking the firmware until we get an interruptJonas Dreßler1-5/+23
2021-11-18mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler1-0/+8
2021-11-18wcn36xx: Fix (QoS) null data frame bitrate/modulationLoic Poulain1-0/+1
2021-11-18wcn36xx: Fix tx_status mechanismLoic Poulain2-47/+21