summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-16/+10
2016-10-08Merge branch 'work.const-qstr' into work.miscAl Viro-16/+10
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2684/+6643
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+12
2016-09-30Merge tag 'wireless-drivers-next-for-davem-2016-09-29' of git://git.kernel.or...David S. Miller-1434/+2381
2016-09-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-118/+89
2016-09-28ath6kl: fix return value in ath6kl_wmi_set_pvb_cmdChaehyun Lim-1/+1
2016-09-28ath9k: disable RNG by defaultMiaoqing Pan-1/+1
2016-09-28ath10k: fix copy engine 5 destination ring stuckRajkumar Manoharan-0/+7
2016-09-28ath10k: Ignore SWBA event for a vif if its marked for no beaconMohammed Shafi Shajakhan-0/+6
2016-09-28ath10k: fix error return code in ahbWei Yongjun-0/+2
2016-09-27brcmfmac: use correct skb freeing helper when deleting flowringRafał Miłecki-1/+8
2016-09-27brcmfmac: replace WARNING on timeout with a simple error messageRafał Miłecki-1/+2
2016-09-27rtlwifi: Add explicit values to hw_variables enumLarry Finger-104/+104
2016-09-27rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routinesLarry Finger-0/+14
2016-09-27rtlwifi: Add switch variable to 'switch case not processed' messagesJoe Perches-123/+128
2016-09-27Merge tag 'iwlwifi-next-for-kalle-2015-09-26' of git://git.kernel.org/pub/scm...Kalle Valo-204/+110
2016-09-27ath10k: support up to 64 vdevsBen Greear-1/+4
2016-09-27ath10k: document cycle count related countersBen Greear-8/+8
2016-09-27ath10k: fix typo in logging messageBen Greear-1/+1
2016-09-27ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap modeVasanthakumar Thiagarajan-2/+18
2016-09-27ath10k: do not check if reset is NULLMasahiro Yamada-15/+10
2016-09-27ath10k: use devm_reset_control_get() instead of reset_control_get()Masahiro Yamada-46/+10
2016-09-27ath10k: use devm_clk_get() instead of clk_get()Masahiro Yamada-28/+6
2016-09-27ath10k: spelling and miscellaneous neateningJoe Perches-20/+20
2016-09-26iwlwifi: mvm: initialise ADD_STA before sending it to the firmwareEmmanuel Grumbach-1/+1
2016-09-26iwlwifi: allow error table address new rangeSara Sharon-1/+1
2016-09-26iwlwifi: mvm: fix typo in TC_CMD_SEC_KEY_FROM_TABLEEmmanuel Grumbach-3/+3
2016-09-26iwlwifi: remove support for fw older than -17 and -22Luca Coelho-118/+36
2016-09-26brcmfmac: drop unused fields from struct brcmf_pubRafał Miłecki-9/+0
2016-09-26brcmfmac: fix memory leak in brcmf_fill_bss_paramRafał Miłecki-1/+4
2016-09-26rtl8xxxu: Stop log spam from each successful interruptLarry Finger-1/+3
2016-09-26rtl8xxxu: Use a struct rtl8xxxu_fileops * in rtl8xxxu_init_device()Jes Sorensen-18/+19
2016-09-26rtl8xxxu: Clean up llt_init() APIJes Sorensen-6/+9
2016-09-26rtl8xxxu: Fix off by one error calculating pubqJes Sorensen-1/+1
2016-09-26mwifiex: code rearrangement in mwifiex_usb_host_to_card()Amitkumar Karwar-17/+6
2016-09-26mwifiex: fix race condition causing tx timeoutCathy Luo-3/+9
2016-09-26mwifiex: fix kernel crash for USB chipsetsCathy Luo-2/+2
2016-09-26brcmfmac: simplify mapping of auth typeHante Meuleman-7/+1
2016-09-26brcmfmac: fix out of bound access on clearing wowl wake indicatorHante Meuleman-2/+4
2016-09-26brcmfmac: fix clearing entry IPv6 addressHante Meuleman-2/+5
2016-09-26brcmfmac: remove unnecessary null pointer checkHante Meuleman-2/+1
2016-09-26brcmfmac: remove worker from .ndo_set_mac_address() callbackArend Van Spriel-28/+13
2016-09-26brcmfmac: initialize variable in brcmf_sdiod_regrl()Arend Van Spriel-1/+1
2016-09-26brcmfmac: fix memory leak in brcmf_flowring_add_tdls_peer()Arend Van Spriel-2/+6
2016-09-26brcmfmac: rework pointer trickery in brcmf_proto_bcdc_query_dcmd()Arend Van Spriel-1/+1
2016-09-26brcmfmac: ignore 11d configuration errorsHante Meuleman-12/+15
2016-09-26mwifiex: cfg80211 set_default_mgmt_key handlerGanapathi Bhat-0/+31
2016-09-26wlcore: wl18xx: Use chip specific configuration firmwareTony Lindgren-9/+10
2016-09-26wlcore: Fix config firmware loading issuesTony Lindgren-23/+35