aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-37/+35
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller177-3876/+4061
2019-02-04Merge tag 'wireless-drivers-for-davem-2019-02-04' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller6-37/+35
2019-02-01wireless: prefix header search paths with $(srctree)/Masahiro Yamada7-12/+10
2019-02-01mt7601u: do not use WARN_ON in the datapathLorenzo Bianconi1-3/+3
2019-02-01mwifiex: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+2
2019-02-01libertas: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+0
2019-02-01rt2x00: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-27/+0
2019-02-01rsi: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+0
2019-02-01brcmsmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-23/+5
2019-02-01b43legacy: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-27/+8
2019-02-01b43: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-28/+8
2019-02-01cw1200: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-20/+6
2019-02-01qtnfmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+1
2019-02-01rtlwifi: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+3
2019-02-01wl18xx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+1
2019-02-01wl12xx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+1
2019-02-01wl1251: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-54/+5
2019-02-01wlcore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-31/+7
2019-02-01iwlegacy: no need to check return value of debugfs_create functionsGreg Kroah-Hartman4-42/+8
2019-02-01mt7601u: bump supported EEPROM versionStanislaw Gruszka1-1/+1
2019-02-01wlcore: clean up an indentation issueColin Ian King1-1/+1
2019-02-01rsi: Suppress sdhci warnings in mmcSiva Rebbagondla1-6/+9
2019-02-01wireless: remove unneeded semicolonYueHaibing5-7/+7
2019-02-01rtlwifi: rtl818x: fix indentation issueColin Ian King1-1/+1
2019-02-01cw1200: fix indentation issuesColin Ian King1-2/+2
2019-02-01libertas: fix indentation issueColin Ian King1-1/+1
2019-02-01rt2x00: Work around a firmware bug with shared keysBernd Edlinger1-89/+4
2019-02-01qtnfmac: qtnf_cmd_send_with_reply cleanupSergey Matyukevich1-6/+4
2019-02-01qtnfmac: remove unused declarationsSergey Matyukevich1-2/+0
2019-02-01qtnfmac: add missing bss record to host scan cacheSergey Matyukevich2-5/+78
2019-02-01qtnfmac: convert to SPDX license identifiersSergey Matyukevich23-327/+45
2019-02-01qtnfmac: do not reject retry changes in driverSergey Matyukevich2-5/+8
2019-02-01qtnfmac: switch to 32bit values for RTS/FRAG thresholdsSergey Matyukevich3-6/+17
2019-02-01qtnfmac: add support for 4addr modeSergey Matyukevich5-17/+31
2019-02-01qtnfmac: fix INTx interrupt handlingSergey Matyukevich1-3/+3
2019-02-01qtnfmac: support EBUSY errcode for QLINK protocolAndrey Shevchenko2-0/+3
2019-02-01mwifiex: add support for sd8977 chipsetHemantkumar Suthar3-1/+76
2019-02-01rtlwifi: Don't clear num_rx_inperiod too earlyBernd Edlinger1-2/+2
2019-02-01rtl8723ae: Re-introduce the adaptive rate controlBernd Edlinger1-2/+85
2019-02-01rtl8723ae: Dont use old data for input gain controlBernd Edlinger2-0/+10
2019-02-01rtl8723ae: Take the FW LPS mode handling outBernd Edlinger1-4/+4
2019-02-01libertas: add checks for the return value of sysfs_create_groupKangjie Lu1-0/+5
2019-02-01qtnfmac: use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2019-02-01rt2x00: reduce tx power to nominal level on RT6352Tomislav Požega1-1/+1
2019-02-01Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2-1/+8
2019-01-31ath10k: correct bus type for WCN3990Brian Norris1-1/+1
2019-01-31mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi3-27/+25
2019-01-31iwlwifi: mvm: fix merge damage in iwl_mvm_rx_mpdu_mq()Luca Coelho1-0/+3
2019-01-30Merge tag 'iwlwifi-next-for-kalle-2019-01-29' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo45-2046/+1759