aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2020-08-27carl9170: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-27ath11k: return -ENOMEM on allocation failureDan Carpenter1-1/+1
2020-08-27ath11k: return error if firmware request failsAlex Dewar1-11/+9
2020-08-27ath9k: Do not select MAC80211_LEDS by defaultKrzysztof Kozlowski1-3/+3
2020-08-27ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are usedLee Jones2-32/+30
2020-08-27ath9k: ar5008_initvals: Remove unused table entirelyLee Jones1-37/+0
2020-08-27ath9k: ar9001_initvals: Remove unused array 'ar5416Bank6_9100'Lee Jones1-37/+0
2020-08-27ath9k: ar9002_initvals: Remove unused array 'ar9280PciePhy_clkreq_off_L1_9280'Lee Jones1-14/+0
2020-08-27ath9k_htc: Do not select MAC80211_LEDS by defaultKrzysztof Kozlowski1-3/+3
2020-08-27ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais9-24/+20
2020-08-27ath6kl: wmi: Remove unused variable 'rate'Lee Jones1-8/+2
2020-08-27ath5k: convert tasklets to use new tasklet_setup() APIAllen Pais2-16/+15
2020-08-27wcn36xx: Disable bmps when encryption is disabledLoic Poulain3-1/+15
2020-08-27wcn36xx: Setup starting bitrate to MCS-5Loic Poulain2-0/+9
2020-08-27wcn36xx: Fix software-driven scanLoic Poulain5-93/+119
2020-08-27rtw88: 8822c: update tx power limit tables to RF v20.1Zong-Zhe Yang1-16/+16
2020-08-27rtw88: use read_poll_timeout_atomic() for poll loopBrian Norris1-9/+4
2020-08-27rtw88: don't treat NULL pointer as an arrayBrian Norris1-2/+3
2020-08-27rtw88: Use fallthrough pseudo-keywordGustavo A. R. Silva2-5/+5
2020-08-27wilc1000: Fix memleak in wilc_bus_probeDinghao Liu1-2/+3
2020-08-27rtw88: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-17/+16
2020-08-27wilc1000: Fix memleak in wilc_sdio_probeDinghao Liu1-2/+3
2020-08-27mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa1-1/+2
2020-08-27mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva3-6/+6
2020-08-27mwifiex: Clean up some err and dbg messagesChristophe JAILLET1-15/+10
2020-08-27mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-75/+78
2020-08-26net: ath11k: constify ath11k_thermal_opsRikard Falkeborn1-1/+1
2020-08-26ath10k: Add new api to support reset TID configTamizh Chelvam2-0/+93
2020-08-26ath10k: Add new api to support TID specific configurationTamizh Chelvam6-8/+641
2020-08-26ath10k: Move rate mask validation function up in the fileTamizh Chelvam1-87/+87
2020-08-26ath10k: Add wmi command support for station specific TID configTamizh Chelvam3-0/+106
2020-08-19ath10k: sdio: add firmware coredump supportWen Gong5-4/+679
2020-08-19ath10k: add bus type for each layout of coredumpWen Gong2-1/+16
2020-08-18brcmfmac: reserve tx credit only when txctl is ready to sendWright Feng1-3/+9
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo79-745/+4205
2020-08-18rndis_wlan: tighten check of rndis_query_oid returnTom Rix1-2/+2
2020-08-18mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2020-08-18adm8211: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-43/+40
2020-08-18rtw88: fix spelling mistake: "unsupport" -> "unsupported"Colin Ian King2-4/+4
2020-08-18wl1251, wlcore: fix spelling mistake "buld" -> "build"Colin Ian King2-2/+2
2020-08-18brcmfmac: check ndev pointerTom Rix1-1/+1
2020-08-18brcmfmac: use %*ph to print small bufferAndy Shevchenko1-4/+1
2020-08-18brcm80211: fix possible memleak in brcmf_proto_msgbuf_attachWang Yufen1-0/+2
2020-08-18ath11k: Use fallthrough pseudo-keywordGustavo A. R. Silva4-15/+14
2020-08-18ath11k: Fix possible memleak in ath11k_qmi_init_serviceWang Yufen1-0/+1
2020-08-18ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam1-1/+7
2020-08-18ath10k: Register shutdown handlerRakesh Pillai1-0/+9
2020-08-18ath11k: reset MHI during power down and power upCarl Huang4-3/+150
2020-08-18ath11k: use TCL_DATA_RING_0 for QCA6390Carl Huang3-2/+11
2020-08-18ath11k: process both lmac rings for QCA6390Carl Huang1-24/+35