summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2024-10-04wifi: mt76: mt7615: check devm_kasprintf() returned valueMa Ke1-0/+3
2024-10-04wifi: rtw88: 8703b: Fix reported RX band widthBitterblue Smith1-1/+1
2024-10-04wifi: rtw88: 8822c: Fix reported RX band widthBitterblue Smith1-4/+6
2024-10-04wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82cNick Morrow1-2/+0
2024-10-04wifi: mt76: mt7925: fix a potential array-index-out-of-bounds issue for clcMing Yen Hsieh1-0/+3
2024-10-04wifi: mt76: mt7996: fix NULL pointer dereference in mt7996_mcu_sta_bfer_heMa Ke1-0/+3
2024-10-04wifi: mt76: mt7915: check devm_kasprintf() returned valueMa Ke1-0/+2
2024-10-04wifi: mt76: mt7921: Check devm_kasprintf() returned valueMa Ke1-0/+2
2024-10-04wifi: rtw88: Fix USB/SDIO devices not transmitting beaconsBitterblue Smith1-5/+8
2024-10-04wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_paramJiawei Ye1-1/+3
2024-10-04wifi: mt76: mt7996: fix uninitialized TLV dataFelix Fietkau1-1/+1
2024-10-04wifi: mt76: mt7915: fix rx filter setting for bfee functionalityHoward Hsu1-2/+1
2024-10-04wifi: mt76: mt7603: fix mixed declarations and codeFelix Fietkau1-2/+2
2024-10-04wifi: mt76: connac: fix checksum offload fields of connac3 RXDPeter Chiu3-7/+6
2024-10-04wifi: mt76: mt7996: fix handling mbss enable/disableRex Lu1-1/+1
2024-10-04wifi: mt76: mt7996: fix EHT beamforming capability checkHoward Hsu1-2/+2
2024-10-04wifi: mt76: mt7996: fix HE and EHT beamforming capabilitiesHoward Hsu1-22/+43
2024-10-04wifi: mt76: mt7996: fix wmm set of station interface to 3Peter Chiu1-1/+1
2024-10-04wifi: mt76: mt7996: fix traffic delay when switching back to working channelPeter Chiu1-0/+4
2024-10-04wifi: mt76: mt7996: use hweight16 to get correct tx antennaPeter Chiu1-1/+1
2024-10-04wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the channel usageMing Yen Hsieh1-1/+1
2024-10-04wifi: mt76: mt7915: fix oops on non-dbdc mt7986Bjørn Mork1-1/+1
2024-10-04wifi: iwlwifi: mvm: allow ESR when we the ROC expiresEmmanuel Grumbach1-8/+6
2024-10-04wifi: iwlwifi: mvm: increase the time between ranging measurementsAvraham Stern1-1/+1
2024-10-04wifi: iwlwifi: config: label 'gl' devices as discreteJohannes Berg3-3/+13
2024-10-04wifi: iwlwifi: remove AX101, AX201 and AX203 support from LNLGolan Ben Ami1-1/+31
2024-10-04wifi: rtw88: remove CPT execution branch never usedDmitry Kandybka1-28/+10
2024-10-04wifi: rtw89: remove unused C2H event ID RTW89_MAC_C2H_FUNC_READ_WOW_CAM to pr...Ping-Ke Shih1-1/+0
2024-10-04wifi: ath12k: fix invalid AMPDU factor calculation in ath12k_peer_assoc_h_he()Baochen Qiang1-3/+2
2024-10-04wifi: ath12k: match WMI BSS chan info structure with firmware definitionP Praneesh1-1/+1
2024-10-04wifi: ath12k: fix BSS chan info request WMI commandP Praneesh2-0/+2
2024-10-04wifi: ath9k: Remove error checks when creating debugfs entriesToke Høiland-Jørgensen2-4/+0
2024-10-04wifi: brcmfmac: introducing fwil query functionsArend van Spriel5-28/+48
2024-10-04wifi: rtw88: always wait for both firmware loading attemptsDmitry Antipov1-3/+4
2024-10-04wifi: ath11k: use work queue to process beacon tx eventKang Yang3-1/+16
2024-09-30wifi: iwlwifi: clear trans->state earlier upon errorEmmanuel Grumbach2-2/+2
2024-09-30wifi: iwlwifi: mvm: don't wait for tx queues if firmware is deadEmmanuel Grumbach1-1/+8
2024-09-30wifi: iwlwifi: mvm: pause TCM when the firmware is stoppedEmmanuel Grumbach1-0/+2
2024-09-30wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room()Daniel Gabay1-4/+4
2024-09-30wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculationDaniel Gabay1-11/+12
2024-09-30wifi: iwlwifi: lower message level for FW buffer destinationBenjamin Berg1-1/+2
2024-09-18wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_changeBert Karwatzki1-1/+1
2024-09-12wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()Sascha Hauer1-0/+3
2024-09-12wifi: rtw88: usb: schedule rx work after everything is set upMarcin Ślusarz1-3/+10
2024-09-12wifi: rtw89: wow: prevent to send unexpected H2C during download FirmwareChih-Kang Chang1-1/+2
2024-09-12wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3Arend van Spriel1-0/+1
2024-09-12wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID checkJohannes Berg1-1/+2
2024-09-12wifi: ath12k: fix firmware crash due to invalid peer nssAjith C1-0/+5
2024-09-12wifi: ath12k: fix uninitialize symbol error on ath12k_peer_assoc_h_he()Aaradhana Sahu1-1/+3
2024-09-12Revert "wifi: ath11k: support hibernation"Baochen Qiang8-139/+49