summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-277-28/+24
* b43: phy_n: Add empty braces around empty statementsLee Jones2020-08-271-7/+12
* b43: phy_common: Demote non-conformant kerneldoc headerLee Jones2020-08-271-1/+1
* ipw2200: Demote lots of nonconformant kerneldoc commentsLee Jones2020-08-271-15/+15
* brcmsmac: mac80211_if: Demote a few non-conformant kerneldoc headersLee Jones2020-08-271-6/+5
* brcmfmac: fweh: Fix docrot related function documentation issuesLee Jones2020-08-271-3/+5
* brcmfmac: fweh: Remove set but unused variable 'err'Lee Jones2020-08-271-3/+2
* b43legacy: main: Provide braces around empty 'if' bodyLee Jones2020-08-271-1/+2
* ipw2200: Remove set but unused variables 'rc' and 'w'Lee Jones2020-08-271-8/+7
* iwlegacy: common: Demote kerneldoc headers to standard comment blocksLee Jones2020-08-271-35/+33
* iwlegacy: common: Remove set but not used variable 'len'Lee Jones2020-08-271-4/+0
* airo: Fix a myriad of coding style issuesLee Jones2020-08-271-430/+467
* airo: Place brackets around empty statementLee Jones2020-08-271-1/+2
* b43: main: Add braces around empty statementsLee Jones2020-08-271-2/+4
* atmel: Demote non-kerneldoc header to standard comment blockLee Jones2020-08-271-1/+1
* rtw88: 8822c: update tx power limit tables to RF v20.1Zong-Zhe Yang2020-08-271-16/+16
* rtw88: use read_poll_timeout_atomic() for poll loopBrian Norris2020-08-271-9/+4
* rtw88: don't treat NULL pointer as an arrayBrian Norris2020-08-271-2/+3
* rtw88: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-272-5/+5
* wilc1000: Fix memleak in wilc_bus_probeDinghao Liu2020-08-271-2/+3
* rtw88: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-271-17/+16
* wilc1000: Fix memleak in wilc_sdio_probeDinghao Liu2020-08-271-2/+3
* mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa2020-08-271-1/+2
* mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-273-6/+6
* mwifiex: Clean up some err and dbg messagesChristophe JAILLET2020-08-271-15/+10
* mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-271-75/+78
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-08-1879-748/+4208
|\
| * ath11k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-184-15/+14
| * ath11k: Fix possible memleak in ath11k_qmi_init_serviceWang Yufen2020-08-181-0/+1
| * ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam2020-08-181-1/+7
| * ath10k: Register shutdown handlerRakesh Pillai2020-08-181-0/+9
| * ath11k: reset MHI during power down and power upCarl Huang2020-08-184-3/+150
| * ath11k: use TCL_DATA_RING_0 for QCA6390Carl Huang2020-08-183-2/+11
| * ath11k: process both lmac rings for QCA6390Carl Huang2020-08-181-24/+35
| * ath11k: assign correct search flag and type for QCA6390Carl Huang2020-08-184-4/+24
| * ath11k: delay vdev_start for QCA6390Carl Huang2020-08-184-0/+55
| * ath11k: refine the phy_id check in ath11k_reg_chan_list_eventCarl Huang2020-08-181-1/+6
| * ath11k: setup QCA6390 rings for both rxdmasCarl Huang2020-08-1810-96/+268
| * ath11k: don't initialize rxdma1 related ringCarl Huang2020-08-183-2/+36
| * ath11k: enable DP interrupt setup for QCA6390Carl Huang2020-08-185-1/+322
| * ath11k: dp: redefine peer_map and peer_unmapCarl Huang2020-08-182-2/+6
| * ath11k: wmi: put hardware to DBS modeCarl Huang2020-08-183-5/+13
| * ath11k: initialize wmi config based on hw_paramsCarl Huang2020-08-183-1/+105
| * ath11k: force single pdev only for QCA6390Carl Huang2020-08-185-26/+98
| * ath11k: disable CE interrupt before hif startCarl Huang2020-08-181-0/+1
| * ath11k: ce: get msi_addr and msi_data before srng setupCarl Huang2020-08-181-3/+3
| * ath11k: hal: assign msi_addr and msi_data to srngCarl Huang2020-08-181-0/+2
| * ath11k: ce: remove CE_COUNT() macroKalle Valo2020-08-186-21/+20
| * ath11k: ce: remove host_ce_config_wlan macroKalle Valo2020-08-181-10/+8
| * ath11k: ce: support different CE configurationsCarl Huang2020-08-188-18/+110