summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: mvm: add dependency for PTP clockRandy Dunlap2023-08-151-0/+1
* wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong2023-08-091-2/+1
* wifi: rtw89: fix 8852AE disconnection caused by RX full flagsPing-Ke Shih2023-08-081-1/+1
* wifi: brcm80211: handle params_v1 allocation failurePetr Tesarik2023-08-081-0/+5
* wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()Hans de Goede2023-08-021-1/+6
* wifi: ray_cs: Replace 1-element array with flexible arrayKees Cook2023-08-011-1/+1
* Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on ...Kalle Valo2023-07-261-5/+0
* Revert "wifi: ath11k: Enable threaded NAPI"Kalle Valo2023-07-262-2/+0
* wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)Paul Fertser2023-07-241-3/+3
* wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set()Zhang Shurong2023-07-121-2/+3
* wifi: iwlwifi: remove 'use_tfh' config to fix crashJohannes Berg2023-07-119-25/+18
* wifi: airo: avoid uninitialized warning in airo_get_rate()Randy Dunlap2023-07-111-1/+4
* wifi: mt76: mt7921e: fix init command fail with enabled deviceQuan Zhou2023-07-063-12/+8
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-28299-9660/+40846
|\
| * Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-22204-3704/+4908
| |\
| | * wifi: rtlwifi: cleanup USB interfaceDmitry Antipov2023-06-212-27/+6
| | * wifi: rtlwifi: simplify LED managementDmitry Antipov2023-06-2140-391/+177
| | * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-06-2144-562/+1336
| | |\
| | | * wifi: ath10k: improve structure paddingArnd Bergmann2023-06-211-3/+3
| | | * wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov2023-06-211-2/+2
| | | * wifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018Ziyang Huang2023-06-161-1/+1
| | | * wifi: ath11k: Restart firmware after cold boot calibration for IPQ5018Ziyang Huang2023-06-161-0/+1
| | | * wifi: ath11k: Add missing ops config for IPQ5018 in ath11k_ahb_probe()Ziyang Huang2023-06-161-0/+1
| | | * wifi: ath11k: Add missing check for ioremapJiasheng Jiang2023-06-151-0/+5
| | | * wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx()Wen Gong2023-06-151-1/+0
| | | * wifi: ath11k: fix memory leak in WMI firmware statsP Praneesh2023-06-132-0/+6
| | | * wifi: ath11k: debug: add ATH11K_DBG_CEKalle Valo2023-06-132-2/+5
| | | * wifi: ath11k: htc: cleanup debug messagesKalle Valo2023-06-131-13/+21
| | | * wifi: ath11k: don't use %pKKalle Valo2023-06-135-13/+13
| | | * wifi: ath11k: hal: cleanup debug messageKalle Valo2023-06-131-1/+1
| | | * wifi: ath11k: debug: use all upper case in ATH11k_DBG_HALKalle Valo2023-06-133-17/+17
| | | * wifi: ath11k: dp: cleanup debug messageKalle Valo2023-06-131-8/+4
| | | * wifi: ath11k: pci: cleanup debug loggingKalle Valo2023-06-133-10/+10
| | | * wifi: ath11k: wmi: add unified command debug messagesKalle Valo2023-06-131-143/+185
| | | * wifi: ath11k: wmi: use common error handling styleKalle Valo2023-06-131-24/+56
| | | * wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd()Kalle Valo2023-06-131-4/+8
| | | * wifi: ath11k: remove unsupported event handlersKalle Valo2023-06-131-15/+1
| | | * wifi: ath11k: add WMI event debug messagesKalle Valo2023-06-131-18/+54
| | | * wifi: ath11k: remove manual mask names from debug messagesKalle Valo2023-06-1312-184/+184
| | | * wifi: ath11k: print debug level in debug messagesKalle Valo2023-06-132-1/+43
| | | * wifi: ath11k: debug: remove unused ATH11K_DBG_ANYKalle Valo2023-06-131-1/+0
| | | * wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel2023-06-131-3/+4
| | | * wifi: ath12k: delete the timer rx_replenish_retry during rmmodHari Chandrakanthan2023-06-091-0/+1
| | | * wifi: ath12k: Use msdu_end to check MCBCBaochen Qiang2023-06-093-13/+13
| | | * wifi: ath12k: check hardware major version for WCN7850Carl Huang2023-06-091-1/+13
| | | * wifi: ath12k: Avoid NULL pointer access during management transmit cleanupBalamurugan S2023-06-091-0/+1
| | | * wifi: ath11k: update proper pdev/vdev id for testmode commandVenkateswara Naralasetty2023-06-091-3/+34
| | | * wifi: atk10k: Don't opencode ath10k_pci_priv() in ath10k_ahb_priv()Uwe Kleine-König2023-06-091-1/+1
| | | * wifi: ath10k: Convert to platform remove callback returning voidUwe Kleine-König2023-06-092-9/+5
| | | * wifi: ath10k: Drop checks that are always falseUwe Kleine-König2023-06-091-9/+0