summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* mt76: move mt76x02_mac_work routine in mt76x02-lib moduleLorenzo Bianconi2018-11-308-25/+23Star
* mt76x0: pci: add get_survey supportLorenzo Bianconi2018-11-308-21/+30
* mt76x0: phy: improve code readability in initvals_phy.hLorenzo Bianconi2018-11-301-722/+591Star
* mt76x0: phy: simplify rf configuration routinesLorenzo Bianconi2018-11-302-144/+106Star
* mt76x0: phy: use proper name conventionLorenzo Bianconi2018-11-303-113/+113
* mt76x2u: align channel gain logic to mt76x2 oneLorenzo Bianconi2018-11-308-177/+114Star
* mt76x2: align mt76x2 and mt76x2u firmwareLorenzo Bianconi2018-11-303-7/+4Star
* brcmfmac: Fix out of bounds memory access during fw loadLyude Paul2018-11-291-2/+6
* brcmfmac: Call brcmf_dmi_probe before brcmf_of_probeHans de Goede2018-11-291-1/+1
* brcmfmac: support STA info struct v7Dan Haab2018-11-291-7/+33
* b43: Use cordic algorithm from kernel libraryPriit Laes2018-11-295-68/+15Star
* b43: Fix error in cordic routineLarry Finger2018-11-291-1/+1
* brcmsmac: Use cordic-related macros from common cordic libraryPriit Laes2018-11-293-11/+4Star
* iwlwifi: mvm: set HW capability VHT_EXT_NSS_BWShaul Triebitz2018-11-231-0/+1
* iwlwifi: mvm: send the STA_HE_CTXT command in AP modeShaul Triebitz2018-11-231-0/+3
* iwlwifi: mvm: set MAC_FILTER_IN_11AX in AP modeShaul Triebitz2018-11-231-0/+3
* iwlwifi: fw: support API change to debug TLVsSara Sharon2018-11-231-0/+2
* iwlwifi: add debugfs file to read fw debug data recordingLior Cohen2018-11-236-0/+228
* iwlwifi: dbg: add apply point logicSara Sharon2018-11-236-2/+244
* iwlwifi: dbg: disable triggers for iniSara Sharon2018-11-234-0/+9
* iwlwifi: trans: support loading ini TLVs from external fileSara Sharon2018-11-234-11/+89
* iwlwifi: trans: parse and store debug ini TLVsSara Sharon2018-11-237-0/+269
* iwlwifi: fw: add FW API of new TLV infrastructureSara Sharon2018-11-231-0/+399
* iwlwifi: mvm: add support for TWT capabilitiesEmmanuel Grumbach2018-11-232-5/+35
* iwlwifi: add fw dump upon RT ucode start failureLior Cohen2018-11-233-0/+11
* iwlwifi: fix cfg structs for 22000 with different RF modulesLuca Coelho2018-11-233-4/+21
* iwlwifi: mvm: remove assignment of the reciprocalEmmanuel Grumbach2018-11-232-29/+10Star
* iwlwifi: dbg: split fifos dumpSara Sharon2018-11-231-13/+39
* iwlwifi: dbg: don't limit dump decisions to all or monitorSara Sharon2018-11-234-24/+22Star
* iwlwifi: fw: use helper to determine whether to dump pagingSara Sharon2018-11-112-28/+37
* iwlwifi: add new cards for 9560, 9462, 9461 and killer seriesIhab Zhaika2018-11-111-0/+50
* iwlwifi: mvm: remove unused conversion tableEmmanuel Grumbach2018-11-111-9/+0Star
* iwlwifi: dbg: use helper to check if debug type is setSara Sharon2018-11-112-19/+24
* iwlwifi: mvm: Send non offchannel traffic via AP staAndrei Otcheretianski2018-11-111-0/+15
* iwlwifi: mvm: add description to a few generic assert numbersNaftali Goldstein2018-11-111-1/+5
* iwlwifi: dbg: avoid passing trigger aroundSara Sharon2018-11-117-23/+18Star
* iwlwifi: pcie: don't reset TXQ write pointerSara Sharon2018-11-111-2/+1Star
* iwlwifi: mvm: toggle tx antenna if tx fails during connection establishmentAvraham Stern2018-11-113-15/+56
* iwlwifi: fw: do not set sgi bits for HE connectionNaftali Goldstein2018-11-111-0/+4
* iwlwifi: mvm: switch management tx antenna only on tx failureAvraham Stern2018-11-115-12/+14
* iwlwifi: mvm: enable low latency for soft apTova Mussai2018-11-114-20/+43
* iwlwifi: trans: Clear persistence bit when starting the FWShahar S Matityahu2018-11-112-0/+19
* iwlwifi: mvm: remove queue_info_lockJohannes Berg2018-11-115-113/+19Star
* iwlwifi: mvm: synchronize TID queue removalJohannes Berg2018-11-111-0/+10
* iwlwifi: mvm: remove set but not used variable 'he_phy_data'YueHaibing2018-11-111-6/+0Star
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-11-0936-347/+866
|\
| * ath9k: dynack: remove 'experimental' tagLorenzo Bianconi2018-11-061-1/+1
| * ath9k: dynack: make ewma estimation fasterLorenzo Bianconi2018-11-064-12/+29
| * ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi2018-11-061-2/+2
| * ath9k: dynack: move debug log after buffer incrementsLorenzo Bianconi2018-11-061-14/+12Star