summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/sc...David S. Miller2018-01-222-19/+143
|\
| * mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()weiyongjun (A)2018-01-221-1/+3
| * mac80211_hwsim: add hwsim_tx_rate_flags to netlink attributesBenjamin Beichler2018-01-152-2/+107
| * mac80211_hwsim: add hashtable with mac address keys for faster lookupBenjamin Beichler2018-01-151-16/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-6/+3Star
|\ \
| * \ Merge tag 'wireless-drivers-for-davem-2018-01-17' of git://git.kernel.org/pub...David S. Miller2018-01-181-6/+3Star
| |\ \
| | * | brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng2018-01-161-6/+3Star
* | | | Merge tag 'wireless-drivers-next-for-davem-2018-01-19' of git://git.kernel.or...David S. Miller2018-01-1924-232/+873
|\ \ \ \
| * | | | rtlwifi: Support A-MSDU in A-MPDU capabilityPing-Ke Shih2018-01-181-0/+1
| * | | | rtlwifi: btcoex: add rfe_type parameter to btcoexPing-Ke Shih2018-01-172-0/+12
| * | | | rtlwifi: btcoex: Add common function for qeurying BT informationPing-Ke Shih2018-01-173-33/+380
| * | | | rtlwifi: btcoex: Remove typedef statementsLarry Finger2018-01-171-67/+31Star
| * | | | rtlwifi: btcoex: Remove global variables from btcoexPing-Ke Shih2018-01-176-78/+217
| * | | | rtlwifi: btcoex: Add power_on_setting routinePing-Ke Shih2018-01-174-0/+9
| * | | | rtlwifi: unlink bss when un-associationTsang-Shian Lin2018-01-171-0/+18
| * | | | rtlwifi: fix scan channel 1 fail after IPSPing-Ke Shih2018-01-171-0/+5
| * | | | rtlwifi: Use mutex to replace spin_lock to protect IPS and LPSPing-Ke Shih2018-01-174-27/+14Star
| * | | | mt76: fix possible NULL pointer dereferencing in mt76x2_mac_write_txwi()Lorenzo Bianconi2018-01-171-1/+1
| * | | | mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()Lorenzo Bianconi2018-01-171-1/+3
| * | | | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-01-1610-19/+178
| |\ \ \ \
| | * | | | ath10k: fix recently introduced checkpatch warningsKalle Valo2018-01-163-1/+2
| | * | | | ath10k: remove redundant -ve check against u32 integer sizeColin Ian King2018-01-161-3/+0Star
| | * | | | ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King2018-01-161-1/+1
| | * | | | ath10k: add sanity check to ie_len before parsing fw/board ieRyan Hsu2018-01-161-6/+7
| | * | | | ath9k: add a quirk to set use_msi automaticallyAceLan Kao2018-01-161-0/+53
| | * | | | ath9k: add MSI supportRussell Hu2018-01-166-8/+115
| * | | | | mwifiex: resolve reset vs. remove()/shutdown() deadlocksBrian Norris2018-01-161-1/+4
| * | | | | Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris2018-01-162-4/+0Star
| * | | | | rtlwifi: btcoexist: remove redundant variable fw_ps_stateColin Ian King2018-01-161-2/+1Star
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-2/+15
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-0/+5
| * | | mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler2018-01-151-2/+10
* | | | Merge tag 'wireless-drivers-next-for-davem-2018-01-13' of git://git.kernel.or...David S. Miller2018-01-15151-2148/+6838
|\ \ \ \ | |_|_|/ |/| | |
| * | | b43: Replace mdelay with usleep_range in b43_radio_2057_init_postJia-Ju Bai2018-01-111-1/+1
| * | | brcmfmac: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-111-10/+10
| * | | brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel2018-01-111-24/+24
| * | | brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel2018-01-111-0/+7
| * | | brcmfmac: Remove array of functionsArend Van Spriel2018-01-113-152/+146Star
| * | | Merge tag 'iwlwifi-next-for-kalle-2017-12-20' of git://git.kernel.org/pub/scm...Kalle Valo2018-01-1127-104/+582
| |\ \ \
| | * | | iwlwifi: define and use if iwl_mvm_has_tlc_offloadEmmanuel Grumbach2017-12-207-12/+15
| | * | | iwlwifi: mvm: send the low latency commandShaul Triebitz2017-12-202-1/+42
| | * | | iwlwifi: mvm: adjust to quota offloadShaul Triebitz2017-12-202-0/+6
| | * | | iwlwifi: mvm: don't warn on multiple packets when opening a queueSara Sharon2017-12-201-3/+2Star
| | * | | iwlwifi: add skb address to tx cmd in trace events dataMordechay Goodstein2017-12-201-3/+4
| | * | | iwlwifi: fw: fix the enums in the rate scaling APIEmmanuel Grumbach2017-12-201-17/+17
| | * | | iwlwifi: mvm: support RX flags API changeSara Sharon2017-12-203-2/+9
| | * | | iwlwifi: runtime: sync FW and host clocks for logsMordechay Goodstein2017-12-207-7/+313
| | * | | iwlwifi: mvm: force quota update upon NoA settingShaul Triebitz2017-12-201-1/+1
| | * | | iwlwifi: avoid duplicate sw reset executions in the codeGolan Ben Ami2017-12-205-16/+23
| | * | | iwlwifi: support internal debug data collection for new devicesGolan Ben Ami2017-12-206-42/+150