summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-9/+11
|\
| * Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-12-051-9/+11
| |\
| | * mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk2018-11-091-4/+4
| | * mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov2018-11-091-5/+7
* | | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* | | net: documentation: build a directory structure for driversJakub Kicinski2018-12-052-6/+6
* | | Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller2018-12-04129-1128/+4604
|\ \ \
| * | | 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