summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2015-10-28ath9k: fix phyerror codesZefir Kurtisi2-10/+22
2015-10-28orinoco_usb: return error in ezusb_probe when alloc_orinocodev failsJohn Linville1-0/+1
2015-10-28airo: fix scan after SIOCSIWAP (airo_set_wap)Ondrej Zary1-3/+17
2015-10-28airo: Track APList_rid in struct airo_infoOndrej Zary1-38/+19
2015-10-28Merge tag 'iwlwifi-next-for-kalle-2015-10-25' of https://git.kernel.org/pub/s...Kalle Valo20-101/+296
2015-10-28Merge tag 'wireless-drivers-next-for-davem-2015-10-27' of git://git.kernel.or...David S. Miller367-728/+10073
2015-10-26rtl8xxxu: fix unused rtl8192cu_fops compiler warningKalle Valo1-0/+16
2015-10-25iwlwifi: nvm: free old section data when reading nvm fileMoshe Harel1-0/+1
2015-10-25iwlwifi: mvm: disable TDLS ac queues correctlyArik Nemtsov1-2/+3
2015-10-25iwlwifi: mvm: take scan ref only on successEliad Peller1-9/+6
2015-10-25iwlwifi: mvm: remove pointless scan plan checksJohannes Berg1-14/+0
2015-10-25iwlwifi: mvm: clean up some whitespace in scan codeJohannes Berg1-3/+2
2015-10-25iwlwifi: mvm: Implement per vif frame registration APIAndrei Otcheretianski2-0/+25
2015-10-25iwlwifi: avoid read/write operations if the bus is deadEliad Peller2-0/+8
2015-10-25iwlwifi: mvm: Add support for two scheduled scan plansAvraham Stern3-42/+87
2015-10-25iwlwifi: mvm: let any command flag be passed to iwl_mvm_flushtx_path()Luca Coelho6-10/+8
2015-10-25iwlwifi: mvm: Allow setting ctrl-chnl-position in FTM responderAssaf Krauss1-3/+22
2015-10-25iwlwifi: mvm: use short timeouts in P2P low latency if supportedJohannes Berg3-7/+24
2015-10-25iwlwifi: mvm: use wowlan RX/TX timeouts in D0i3Johannes Berg1-10/+7
2015-10-25iwlwifi: mvm: correctly request DTS-measure for new cardsArik Nemtsov3-2/+74
2015-10-25iwlwifi: pcie: fix (again) prepare card flowEmmanuel Grumbach1-8/+2
2015-10-25iwlwifi: mvm: Dump FW's virtual image in the case of a NIC errorMatti Gottlieb2-0/+43
2015-10-25iwlwifi: rs: Remove workaround that disables MIMO on P2PAlexander Bondar2-7/+0
2015-10-24rtl8xxxu: move devices supported by rtlwifi under UNTESTED configKalle Valo1-1/+2
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller6-8/+12
2015-10-21Merge ath-next from ath.gitKalle Valo39-548/+1855
2015-10-21brcm80211: Add support for brcm4371Eric Caruso3-0/+12
2015-10-21brcmfmac: Properly set carrier state of netdev.Hante Meuleman3-6/+31
2015-10-21brcmfmac: Remove unused state AP creating.Hante Meuleman2-5/+0
2015-10-21brcmfmac: Move brcmf_c_preinit_dcmds prototype to correct file.Hante Meuleman3-3/+4
2015-10-21brcmfmac: Add dump_station support to cfg80221 ops.Hante Meuleman4-0/+45
2015-10-21brcmfmac: Add RSSI information to get_station.Hante Meuleman1-0/+23
2015-10-21brcmfmac: Fix station info rate information.Hante Meuleman1-4/+4
2015-10-21brcmfmac: Rework p2p attach, use single method for p2p dev creation.Hante Meuleman4-85/+40
2015-10-21brcmfmac: remove conversational commentArend van Spriel1-3/+0
2015-10-21brcmfmac: rename firmware_path to alternative_fw_pathFranky Lin1-1/+1
2015-10-21brcmfmac: Fix race condition between USB probe/load and disconnect.Hante Meuleman1-3/+26
2015-10-21brcmfmac: expose device memory to devcoredump subsystemArend van Spriel7-11/+181
2015-10-21New driver: rtl8xxxu (mac80211)Jes Sorensen7-0/+7670
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-22/+59
2015-10-19ath10k: make fw stats prints specific to firmware versionManikanta Pubbisetty6-259/+414
2015-10-19ath10k: disable PCI PS for QCA988X and QCA99X0Anilkumar Kolli2-1/+88
2015-10-16ath10k: remove htc polling for tx completionRajkumar Manoharan4-43/+7
2015-10-16ath10k: remove unused dl_is_polledRajkumar Manoharan4-17/+9
2015-10-16ath10k: configure copy engine 5 for HTT messagesRajkumar Manoharan1-11/+59
2015-10-16ath10k: export htt tx rx handlersRajkumar Manoharan3-0/+8
2015-10-16ath10k: register per copy engine receive callbacksRajkumar Manoharan7-51/+12
2015-10-16ath10k: register per copy engine send completion callbacksRajkumar Manoharan6-17/+13
2015-10-16ath10k: export htc tx rx handlersRajkumar Manoharan2-4/+6
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0