aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller129-1128/+4604
2018-11-29brcmfmac: Fix out of bounds memory access during fw loadLyude Paul1-2/+6
2018-11-29brcmfmac: Call brcmf_dmi_probe before brcmf_of_probeHans de Goede1-1/+1
2018-11-29brcmfmac: support STA info struct v7Dan Haab1-7/+33
2018-11-29b43: Use cordic algorithm from kernel libraryPriit Laes5-68/+15
2018-11-29b43: Fix error in cordic routineLarry Finger1-1/+1
2018-11-29brcmsmac: Use cordic-related macros from common cordic libraryPriit Laes3-11/+4
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-38/+82
2018-11-23iwlwifi: mvm: set HW capability VHT_EXT_NSS_BWShaul Triebitz1-0/+1
2018-11-23iwlwifi: mvm: send the STA_HE_CTXT command in AP modeShaul Triebitz1-0/+3
2018-11-23iwlwifi: mvm: set MAC_FILTER_IN_11AX in AP modeShaul Triebitz1-0/+3
2018-11-23iwlwifi: fw: support API change to debug TLVsSara Sharon1-0/+2
2018-11-23iwlwifi: add debugfs file to read fw debug data recordingLior Cohen6-0/+228
2018-11-23iwlwifi: dbg: add apply point logicSara Sharon6-2/+244
2018-11-23iwlwifi: dbg: disable triggers for iniSara Sharon4-0/+9
2018-11-23iwlwifi: trans: support loading ini TLVs from external fileSara Sharon4-11/+89
2018-11-23iwlwifi: trans: parse and store debug ini TLVsSara Sharon7-0/+269
2018-11-23iwlwifi: fw: add FW API of new TLV infrastructureSara Sharon1-0/+399
2018-11-23iwlwifi: mvm: add support for TWT capabilitiesEmmanuel Grumbach2-5/+35
2018-11-23iwlwifi: add fw dump upon RT ucode start failureLior Cohen3-0/+11
2018-11-23iwlwifi: fix cfg structs for 22000 with different RF modulesLuca Coelho3-4/+21
2018-11-23iwlwifi: mvm: remove assignment of the reciprocalEmmanuel Grumbach2-29/+10
2018-11-23iwlwifi: dbg: split fifos dumpSara Sharon1-13/+39
2018-11-23iwlwifi: dbg: don't limit dump decisions to all or monitorSara Sharon4-24/+22
2018-11-16mt76: fix uninitialized mutex access setting rts thresholdLorenzo Bianconi2-3/+2
2018-11-16brcmfmac: fix reporting support for 160 MHz channelsRafał Miłecki1-1/+2
2018-11-16ath10k: don't assume 'vif' is non-NULL in flush()Brian Norris1-1/+1
2018-11-15iwlwifi: mvm: don't use SAR Geo if basic SAR is not usedLuca Coelho1-8/+28
2018-11-15iwlwifi: fix D3 debug data buffer memory leakShahar S Matityahu2-1/+7
2018-11-15iwlwifi: mvm: fix regulatory domain update when the firmware startsEmmanuel Grumbach2-5/+8
2018-11-15iwlwifi: mvm: support sta_statistics() even on older firmwareEmmanuel Grumbach1-4/+0
2018-11-15iwlwifi: fix wrong WGDS_WIFI_DATA_SIZEMatt Chen2-2/+4
2018-11-11iwlwifi: fw: use helper to determine whether to dump pagingSara Sharon2-28/+37
2018-11-11iwlwifi: add new cards for 9560, 9462, 9461 and killer seriesIhab Zhaika1-0/+50
2018-11-11iwlwifi: mvm: remove unused conversion tableEmmanuel Grumbach1-9/+0
2018-11-11iwlwifi: dbg: use helper to check if debug type is setSara Sharon2-19/+24
2018-11-11iwlwifi: mvm: Send non offchannel traffic via AP staAndrei Otcheretianski1-0/+15
2018-11-11iwlwifi: mvm: add description to a few generic assert numbersNaftali Goldstein1-1/+5
2018-11-11iwlwifi: dbg: avoid passing trigger aroundSara Sharon7-23/+18
2018-11-11iwlwifi: pcie: don't reset TXQ write pointerSara Sharon1-2/+1
2018-11-11iwlwifi: mvm: toggle tx antenna if tx fails during connection establishmentAvraham Stern3-15/+56
2018-11-11iwlwifi: fw: do not set sgi bits for HE connectionNaftali Goldstein1-0/+4
2018-11-11iwlwifi: mvm: switch management tx antenna only on tx failureAvraham Stern5-12/+14
2018-11-11iwlwifi: mvm: enable low latency for soft apTova Mussai4-20/+43
2018-11-11iwlwifi: trans: Clear persistence bit when starting the FWShahar S Matityahu2-0/+19
2018-11-11iwlwifi: mvm: remove queue_info_lockJohannes Berg5-113/+19
2018-11-11iwlwifi: mvm: synchronize TID queue removalJohannes Berg1-0/+10
2018-11-11iwlwifi: mvm: remove set but not used variable 'he_phy_data'YueHaibing1-6/+0
2018-11-10brcmfmac: Use standard SKB list accessors in brcmf_sdiod_sglist_rw.David S. Miller1-63/+74
2018-11-09Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo36-347/+866