aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Merge tag 'wireless-drivers-next-2021-06-16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller80-435/+1328
2021-06-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo33-132/+1046
2021-06-15wil6210: remove erroneous wiphy lockingJohannes Berg1-2/+0
2021-06-15ath6kl: Fix inconsistent indentingJiapeng Chong1-2/+2
2021-06-15ath11k: send beacon template after vdev_start/restart during csaSeevalamuthu Mariappan1-5/+5
2021-06-15ath10k: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-8/+1
2021-06-15ath10k: remove the repeated declarationShaokun Zhang2-2/+0
2021-06-15ath10k: Fix an error code in ath10k_add_interface()Yang Li1-0/+1
2021-06-15ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()Christophe JAILLET1-1/+2
2021-06-15wil6210: Fix wrong function name in commentsYang Shen2-4/+4
2021-06-15ath: Fix wrong function name in commentsYang Shen1-1/+1
2021-06-15ath5k: Fix wrong function name in commentsYang Shen1-1/+1
2021-06-15rsi: fix AP mode with WPA failure due to encrypted EAPOLMartin Fuzzey4-7/+2
2021-06-15libertas: use DEVICE_ATTR_RW macroYueHaibing1-71/+78
2021-06-15cw1200: Revert unnecessary patches that fix unreal use-after-free bugsHang Zhang1-10/+7
2021-06-15rtlwifi: Fix spelling of 'download'Ding Senjie1-1/+1
2021-06-15rtlwifi: Remove redundant assignments to ul_enc_algoYang Li1-1/+1
2021-06-15rtlwifi: rtl8723ae: remove redundant initialization of variable rtstatusColin Ian King1-1/+1
2021-06-15wl1251: Fix missing function name in commentsYang Shen1-4/+4
2021-06-15cw1200: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-15rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codesZhen Lei1-16/+0
2021-06-15rsi: Add support for changing beacon intervalMarek Vasut1-0/+17
2021-06-15rsi: Assign beacon rate settings to the correct rate_info descriptor fieldMarek Vasut1-2/+2
2021-06-15zd1211rw: Prefer pr_err over printk error msgSaurav Girepunje1-2/+2
2021-06-15rtlwifi: 8821a: btcoexist: add comments to explain why if-else branches are identicalPing-Ke Shih1-0/+4
2021-06-15rt2x00: do not set timestamp for injected framesStanislaw Gruszka1-2/+3
2021-06-15wl1251: Fix possible buffer overflow in wl1251_cmd_scanLee Gibson1-3/+6
2021-06-15wilc1000: Fix clock name bindingTudor Ambarus1-1/+1
2021-06-15rndis_wlan: simplify is_associated()zuoqilin1-4/+1
2021-06-15wlcore: remove leading spaces before tabsHui Tang1-2/+2
2021-06-15rt2x00: remove leading spaces before tabsHui Tang1-1/+1
2021-06-15libertas: remove leading spaces before tabsHui Tang1-1/+1
2021-06-15wlcore: Fix missing function name in commentsYang Shen1-3/+3
2021-06-15rsi: Fix missing function name in commentsYang Shen1-2/+2
2021-06-15rtlwifi: Fix wrong function name in commentsYang Shen1-2/+2
2021-06-15libertas_tf: Fix wrong function name in commentsYang Shen1-1/+1
2021-06-15brcmsmac: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-15brcmsmac: mac80211_if: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+7
2021-06-15brcmsmac: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-06-15brcmsmac: improve readability on addresses copyÍñigo Huguet1-1/+2
2021-06-15brcmfmac: Add clm_blob firmware files to modinfoMatthias Brugger3-8/+15
2021-06-15brcmfmac: Delete second brcm folder hierarchyMatthias Brugger1-2/+2
2021-06-15brcmfmac: Fix a double-free in brcmf_sdio_bus_resetTong Tiangen1-1/+0
2021-06-15brcmfmac: Demote non-compliant kernel-doc headersYang Shen2-2/+2
2021-06-15brcmfmac: correctly report average RSSI in station infoAlvin Šipraga1-16/+20
2021-06-15brcmfmac: fix setting of station info chains bitmaskAlvin Šipraga1-2/+1
2021-06-15brcmfmac: use ISO3166 country code and 0 rev as fallbackShawn Guo1-6/+11
2021-06-14wlcore: fix read pointer updateRussell King1-8/+2
2021-06-14wlcore: fix bug reading fwlogRussell King1-0/+2
2021-06-14wlcore: make some of the fwlog calculations more obviousRussell King1-15/+28