aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2018-01-16mwifiex: resolve reset vs. remove()/shutdown() deadlocksBrian Norris1-1/+4
2018-01-16Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris2-4/+0
2018-01-16rtlwifi: btcoexist: remove redundant variable fw_ps_stateColin Ian King1-2/+1
2018-01-16ath10k: fix recently introduced checkpatch warningsKalle Valo3-1/+2
2018-01-16ath10k: remove redundant -ve check against u32 integer sizeColin Ian King1-3/+0
2018-01-16ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King1-1/+1
2018-01-16ath10k: add sanity check to ie_len before parsing fw/board ieRyan Hsu1-6/+7
2018-01-16ath9k: add a quirk to set use_msi automaticallyAceLan Kao1-0/+53
2018-01-16ath9k: add MSI supportRussell Hu6-8/+115
2018-01-15Merge tag 'wireless-drivers-next-for-davem-2018-01-13' of git://git.kernel.or...David S. Miller151-2148/+6838
2018-01-15mac80211_hwsim: add hwsim_tx_rate_flags to netlink attributesBenjamin Beichler2-2/+107
2018-01-15mac80211_hwsim: add hashtable with mac address keys for faster lookupBenjamin Beichler1-16/+34
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg1-0/+5
2018-01-15mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler1-2/+10
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-28/+30
2018-01-11b43: Replace mdelay with usleep_range in b43_radio_2057_init_postJia-Ju Bai1-1/+1
2018-01-11brcmfmac: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-10/+10
2018-01-11brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel1-24/+24
2018-01-11brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel1-0/+7
2018-01-11brcmfmac: Remove array of functionsArend Van Spriel3-152/+146
2018-01-11Merge tag 'iwlwifi-next-for-kalle-2017-12-20' of git://git.kernel.org/pub/scm...Kalle Valo27-104/+582
2018-01-11Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo61-713/+3700
2018-01-10Merge tag 'wireless-drivers-for-davem-2018-01-09' of git://git.kernel.org/pub...David S. Miller5-28/+30
2018-01-09qtnfmac: support MAC address based access controlVasily Ulyanov7-1/+137
2018-01-09qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko5-7/+16
2018-01-09qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibilityIgor Mitsyanko4-168/+267
2018-01-09qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov4-0/+50
2018-01-09qtnfmac: fix rssi data passed to wireless coreSergey Matyukevich2-9/+9
2018-01-09qtnfmac: check for passed channel being NULL in MGMT_TX commandIgor Mitsyanko1-2/+11
2018-01-09qtnfmac: change default interface mode from AP to STAIgor Mitsyanko3-10/+6
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko5-1/+155
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich5-51/+74
2018-01-09qtnfmac: check that MAC exists in regulatory notifierIgor Mitsyanko1-0/+3
2018-01-09wcn36xx: fix incorrect assignment to msg_body.min_ch_timeColin Ian King1-1/+1
2018-01-09ath10k: bugfix: add USB case in ath10k_core_probe_fwErik Stromdahl1-0/+1
2018-01-09ath10k: remove unused prototypeErik Stromdahl1-1/+0
2018-01-09ath10k: fix spelling errorErik Stromdahl1-1/+1
2018-01-09wil6210: remove reference to preset_chandefLior David6-7/+5
2018-01-09wil6210: remove leftover "FIXME"sDedy Lansky3-4/+2
2018-01-09wil6210: prevent parallel suspend and dump collectionMaya Erez4-8/+54
2018-01-09wil6210: set platform features based on FW capabilitiesMaya Erez3-0/+18
2018-01-09wil6210: add platform capabilities bitmapMaya Erez4-4/+35
2018-01-09wil6210: support 40bit DMA addressesLazar Alexei4-22/+28
2018-01-09wil6210: support Scheduled scanDedy Lansky5-18/+395
2018-01-08rt2x00: Fix a typo in printkMasanari Iida1-1/+1
2018-01-08wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King1-2/+1
2018-01-08rt2x00: do not pause queue unconditionally on error pathStanislaw Gruszka1-8/+14
2018-01-08rt2x00: pause almost full queue earlyStanislaw Gruszka2-10/+8
2018-01-08mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu2-0/+4
2018-01-08mwifiex: debugfs: trigger device dump for usb interfaceXinming Hu4-8/+21