summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+1
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-12/+17
2023-08-25Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-1021/+1967
2023-08-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-268/+195
2023-08-25wifi: rtlwifi: rtl8723: Remove unused function rtl8723_cmd_send_packet()Jinjie Ruan-30/+0
2023-08-25wifi: rtw88: usb: kill and free rx urbs on probe failureSascha Hauer-1/+4
2023-08-25wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar()Nathan Chancellor-0/+1
2023-08-25wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIGCheng-Chieh Hsieh-64/+325
2023-08-25wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chipsPing-Ke Shih-11/+61
2023-08-25wifi: rtw89: mac: define register address of rx_filter to generalize codePing-Ke Shih-7/+35
2023-08-25wifi: rtw89: mac: define internal memory address for WiFi 7 chipPing-Ke Shih-0/+56
2023-08-25wifi: rtw89: mac: generalize code to indirectly access WiFi internal memoryPing-Ke Shih-21/+42
2023-08-25wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register add...Ping-Ke Shih-133/+165
2023-08-25wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the codeLi Zetao-12/+1
2023-08-25wifi: rtw89: initialize multi-channel handlingZong-Zhe Yang-23/+219
2023-08-25wifi: rtw89: provide functions to configure NoA for beacon updateZong-Zhe Yang-0/+102
2023-08-25wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vifZong-Zhe Yang-22/+45
2023-08-25wifi: rtw89: sar: let caller decide the center frequency to queryZong-Zhe Yang-21/+27
2023-08-25wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band()Zong-Zhe Yang-2/+1
2023-08-25wifi: rtw89: add function prototype for coex request durationZong-Zhe Yang-0/+42
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern-32/+32
2023-08-25wifi: ath: Use is_multicast_ether_addr() to check multicast Ether addressRuan Jinjie-1/+1
2023-08-25wifi: ath12k: Remove unused declarationsYue Haibing-8/+0
2023-08-25wifi: ath12k: add check max message length while scanning with extraieWen Gong-7/+13
2023-08-25wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming-1/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2023-08-23wifi: ath12k: Fix memory leak in rx_desc and tx_descRajat Soni-1/+31
2023-08-23wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap()Mahmoud Maatuq-16/+13
2023-08-23wifi: ath: remove unused-but-set parameterArnd Bergmann-6/+2
2023-08-23wifi: ath11k: Remove unused declarationsYue Haibing-5/+0
2023-08-23wifi: ath10k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2023-08-23wifi: ath11k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2023-08-23wifi: ath11k: simplify the code with module_platform_driverYang Yingliang-11/+1
2023-08-23wifi: ath12k: Fix a few spelling errorsJeff Johnson-5/+5
2023-08-23wifi: ath11k: Fix a few spelling errorsJeff Johnson-3/+3
2023-08-23wifi: ath10k: Fix a few spelling errorsJeff Johnson-8/+8
2023-08-23wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson-33/+33
2023-08-23wifi: ath11k: Cleanup mac80211 references on failure during tx_completeSven Eckelmann-3/+3
2023-08-23wifi: ath11k: Don't drop tx_status when peer cannot be foundSven Eckelmann-2/+2
2023-08-23wifi: wilc1000: Remove unused declarationsYue Haibing-4/+0
2023-08-23wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov-1/+9
2023-08-23wifi: rt2x00: limit MT7620 TX power based on eeprom calibrationShiji Yang-17/+40
2023-08-23wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao-4/+3
2023-08-23wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversionsWu Yunchuan-1/+1
2023-08-23wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversionsWu Yunchuan-10/+10
2023-08-23wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversionsWu Yunchuan-10/+5
2023-08-23wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversionsWu Yunchuan-25/+14
2023-08-23wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversionsWu Yunchuan-2/+2
2023-08-23wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversionsWu Yunchuan-2/+2
2023-08-23wifi: rsi: rsi_91x_hal: Remove unnecessary conversionsWu Yunchuan-1/+1