summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller110-1380/+2670
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller21-22/+23
2015-10-07Merge tag 'iwlwifi-next-for-kalle-2015-10-05' of git://git.kernel.org/pub/scm...Kalle Valo31-243/+642
2015-10-05Merge ath-next from ath.gitKalle Valo14-140/+464
2015-10-05iwlwifi: mvm: add minimal multi-RXQ infrastructureJohannes Berg2-27/+83
2015-10-05iwlwifi: size firmware flags memory correctlyJohannes Berg3-7/+20
2015-10-05iwlwifi: mvm: make threshold temperatures unsignedJohannes Berg1-6/+6
2015-10-05iwlwifi: nvm: add nvm phy_sku section to debugfsMoshe Harel3-0/+8
2015-10-05iwlwifi: mvm: fix signedness warnings in ToF debugfsJohannes Berg1-6/+10
2015-10-05iwlwifi: mvm: rs: dynamically switch between 80MHz and 20MHz in some scenariosEyal Shapira2-0/+48
2015-10-05iwlwifi: mvm: minor rx code cleanupJohannes Berg1-2/+2
2015-10-05iwlwifi: remove IWL3165_UCODE_API_OK and _MINJohannes Berg1-7/+0
2015-10-05iwlwifi: mvm: rs: fix success ratio comparison in rs_get_best_rateEyal Shapira1-2/+2
2015-10-05iwlwifi: mvm: rs: minor indentation fixEyal Shapira1-2/+2
2015-10-05iwlwifi: mvm: rs: remove overflowing debug messageEyal Shapira1-1/+0
2015-10-05iwlwifi: mvm: rs: improve rate debug messagesEyal Shapira1-9/+51
2015-10-05iwlwifi: mvm: stop using DEVICE_POWER_FLAGS_CAM_MSKJohannes Berg2-10/+4
2015-10-05iwlwifi: mvm: support enabling a queue with a given ssnLiad Kaufman3-7/+8
2015-10-05iwlwifi: mvm: support using multiple ACs on single HW queueLiad Kaufman7-89/+249
2015-10-05iwlwifi: transport: track number of allocated queuesJohannes Berg2-0/+6
2015-10-05iwlwifi: op-mode API: add rx_rss methodJohannes Berg1-1/+18
2015-10-05iwlwifi: mvm: remove PHY RX from handlersJohannes Berg1-1/+3
2015-10-05iwlwifi: mvm: Improve debugfs tof robustnessAssaf Krauss1-7/+9
2015-10-05iwlwifi: mvm: ToF - fill bssid of responder configurationGregory Greenman1-0/+1
2015-10-05iwlwifi: mvm: Fix tof debugfs formats (dec vs. hex)Assaf Krauss1-19/+21
2015-10-05mwifiex: avoid gettimeofday in ba_threshold settingArnd Bergmann1-11/+4
2015-10-05mwifiex: use ktime_get_real for timestampingArnd Bergmann1-3/+1
2015-10-05iwlwifi: mvm: fix tof.h header guardNicolas Iooss1-1/+1
2015-10-05iwlwifi: mvm: Correctly update MAC context on add/del stationIlan Peer4-9/+5
2015-10-05iwlwifi: mvm: fix default disabled aggs in staLiad Kaufman1-1/+1
2015-10-05iwlwifi: enable tracing by defaultJohannes Berg1-0/+1
2015-10-05iwlwifi: mvm: correct skip-over-DTIM implementationJohannes Berg1-28/+46
2015-10-05iwlwifi: nvm: force 1x1 antenna in Series 8000Moshe Harel3-3/+17
2015-10-05iwlwifi: mvm: move DTS command and notification to new groupAviya Erenfeld3-2/+24
2015-09-29mwifiex: fix mwifiex_rdeeprom_read()Dan Carpenter1-7/+7
2015-09-29airo: Implement netif_carrier_on/offOndrej Zary1-0/+5
2015-09-29airo: fix IW_AUTH_ALG_OPEN_SYSTEMOndrej Zary1-24/+35
2015-09-29brcmfmac: include linux/atomic.hHauke Mehrtens1-0/+1
2015-09-29brcmfmac: Accept events when TDLS is used in combination with p2p.Hante Meuleman1-2/+1
2015-09-29brcmfmac: Fix TDLS setup by properly handling p2p noif.Hante Meuleman3-3/+25
2015-09-29brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices.Hante Meuleman3-10/+131
2015-09-29brcmfmac: Fix race condition bug when deleting p2p interface.Hante Meuleman1-8/+14
2015-09-29brcmfmac: Add module parameter to disable features.Hante Meuleman1-0/+13
2015-09-29brcmfmac: Fix p2p bug for older firmwares.Hante Meuleman1-4/+6
2015-09-29brcmfmac: Only handle p2p_stop_device if vif is validHante Meuleman1-5/+11
2015-09-29brcmfmac: Deleting of p2p device is leaking memory.Hante Meuleman3-20/+32
2015-09-29brcmfmac: Workaround in change vif for wpa_supplicant support.Hante Meuleman1-12/+31
2015-09-29brcmfmac: Make p2pon module param always available.Hante Meuleman1-3/+1
2015-09-29brcmfmac: Fix bug in flowring management.Hante Meuleman1-1/+1