aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-08ath11k: fix m68k and xtensa build failure in ath11k_peer_assoc_h_smps()Kalle Valo1-2/+2
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-25/+24
2021-10-07Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller85-3336/+6290
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-05Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo40-2668/+4896
2021-10-05rtl8xxxu: Use lower tx rates for the ack packetChris Chiu2-1/+7
2021-10-05brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tabletHans de Goede1-0/+10
2021-10-05rtw88: refine fw_crash debugfs to show non-zero while triggeringZong-Zhe Yang3-1/+6
2021-10-05rtw88: fix RX clock gate setting while fifo dumpZong-Zhe Yang2-4/+4
2021-10-01Merge tag 'wireless-drivers-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller8-25/+24
2021-09-28mwifiex: avoid null-pointer-subtraction warningArnd Bergmann2-4/+4
2021-09-28ath10k: sdio: Add missing BH locking around napi_schdule()Fabio Estevam1-1/+4
2021-09-28ath10k: Fix missing frame timestamp for beacon/probe-respLoic Poulain1-0/+4
2021-09-28ath10k: high latency fixes for beacon bufferAlagu Sankar1-8/+23
2021-09-28ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packetsBaochen Qiang1-2/+2
2021-09-28ath11k: support SMPS configuration for 6 GHzPradeep Kumar Chitrapu1-10/+21
2021-09-28ath11k: add 6 GHz params in peer assoc commandPradeep Kumar Chitrapu1-1/+49
2021-09-28ath11k: indicate to mac80211 scan complete with aborted flag for ATH11K_SCAN_STARTING stateWen Gong1-6/+9
2021-09-28ath11k: indicate scan complete for scan canceled when scan runningWen Gong1-6/+12
2021-09-28ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUEDWen Gong1-0/+2
2021-09-28ath11k: add HTT stats support for new statsVenkateswara Naralasetty4-4/+548
2021-09-28ath11k: Change masking and shifting in htt statsSeevalamuthu Mariappan3-136/+243
2021-09-28ath11k: Remove htt stats fixed size array usageSeevalamuthu Mariappan1-574/+264
2021-09-28ath11k: Replace HTT_DBG_OUT with scnprintfSeevalamuthu Mariappan1-1687/+1683
2021-09-28ath11k: Rename macro ARRAY_TO_STRING to PRINT_ARRAY_TO_BUFSeevalamuthu Mariappan1-189/+189
2021-09-28ath11k: Fix memory leak in ath11k_qmi_driver_event_workBaochen Qiang1-1/+3
2021-09-28ath11k: Fix inaccessible debug registersBaochen Qiang1-1/+3
2021-09-28ath11k: Drop MSDU with length error in DP rx pathBaochen Qiang1-0/+18
2021-09-28ath11k: copy cap info of 6G band under WMI_HOST_WLAN_5G_CAP for WCN6855Wen Gong1-11/+11
2021-09-28ath11k: enable 6G channels for WCN6855Wen Gong1-9/+16
2021-09-28ath11k: re-enable ht_cap/vht_cap for 5G band for WCN6855Wen Gong1-1/+3
2021-09-28ath11k: fix survey dump collection in 6 GHzPradeep Kumar Chitrapu1-0/+6
2021-09-28ath11k: fix packet drops due to incorrect 6 GHz freq value in rx statusPradeep Kumar Chitrapu2-6/+13
2021-09-28ath11k: add channel 2 into 6 GHz channel listPradeep Kumar Chitrapu2-2/+5
2021-09-28ath11k: Add wmi peer create conf event in wmi_tlv_event_idP Praneesh2-0/+4
2021-09-28ath11k: Avoid "No VIF found" warning messageKarthikeyan Periyasamy1-1/+2
2021-09-28ath11k: Fix crash during firmware recovery on reo cmd ring accessSriram R1-0/+3
2021-09-28ath11k: Assign free_vdev_map value before ieee80211_register_hwSeevalamuthu Mariappan1-7/+7
2021-09-28ath11k: Add vdev start flag to disable hardware encryptionSeevalamuthu Mariappan2-0/+3
2021-09-28ath11k: Avoid race during regd updatesSriram R4-17/+14
2021-09-28ath11k: Avoid reg rules update during firmware recoverySriram R1-0/+11
2021-09-28ath11k: Update pdev tx and rx firmware statsSriram R3-1/+111
2021-09-28ath11k: Fix pktlog lite rx eventsAnilkumar Kolli4-11/+42
2021-09-28ath11k: Add support for RX decapsulation offloadSriram R6-72/+198
2021-09-28ath11k: fix some sleeping in atomic bugsDan Carpenter1-9/+7
2021-09-28ath11k: qmi: avoid error messages when dma allocation failsAaron Ma1-1/+1
2021-09-28ath11k: Replace one-element array with flexible-array memberGustavo A. R. Silva3-7/+4
2021-09-28ath11k: add caldata download support from EEPROMAnilkumar Kolli2-28/+127
2021-09-28ath11k: add caldata file for multiple radiosAnilkumar Kolli1-2/+11
2021-09-28ath11k: clean up BDF download functionsAnilkumar Kolli1-147/+101