summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
* iwlegacy: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-1314-37/+50
|\
| * Merge ath-current from ath.gitKalle Valo2016-09-074-10/+14
| |\
| | * ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius2016-09-071-2/+7
| | * ath9k: fix AR5416 access GPIO warningMiaoqing Pan2016-09-021-2/+2
| | * ath10k: Remove driver log suggesting QCA9887 support is experimentalMohammed Shafi Shajakhan2016-08-311-1/+0
| | * ath10k: fix get rx_status from htt contextAshok Raj Nagarajan2016-08-311-5/+5
| * | brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel2016-09-071-1/+1
| * | iwlwifi: mvm: Advertise support for AP channel width changePeer, Ilan2016-08-291-0/+1
| * | iwlwifi: mvm: don't use ret when not initialisedEmmanuel Grumbach2016-08-291-1/+2
| * | iwlwifi: mvm: check if vif is NULL before using itSharon Dvir2016-08-291-0/+2
| * | iwlwifi: mvm: consider P2p device type for firmware dump triggersEmmanuel Grumbach2016-08-291-1/+2
| * | Merge ath-current from ath.gitKalle Valo2016-08-291-4/+5
| |\|
| | * ath9k: fix using sta->drv_priv before initializing itFelix Fietkau2016-08-221-4/+4
| | * ath9k: fix client mode beacon configurationFelix Fietkau2016-08-221-0/+1
| * | brcmfmac: Change vif_event_lock to spinlockmhiramat@kernel.org2016-08-242-14/+14
| * | brcmfmac: Check rtnl_lock is locked when removing interfacemhiramat@kernel.org2016-08-243-5/+7
| |/
| * mwifiex: fix large amsdu packets causing firmware hangCathy Luo2016-08-181-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-1810-27/+27
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-181-2/+3
| |\
| * | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-0410-27/+27
* | | net: wireless: realtek: rtlwifi: usb: don't print error when allocating urb f...Wolfram Sang2016-08-131-7/+1
* | | net: wireless: marvell: mwifiex: usb: don't print error when allocating urb f...Wolfram Sang2016-08-131-15/+4
* | | net: wireless: marvell: libertas_tf: if_usb: don't print error when allocatin...Wolfram Sang2016-08-131-9/+3
* | | net: wireless: intersil: orinoco: orinoco_usb: don't print error when allocat...Wolfram Sang2016-08-131-3/+1
* | | net: wireless: broadcom: brcm80211: brcmfmac: usb: don't print error when all...Wolfram Sang2016-08-131-6/+2
* | | net: wireless: ath: ar5523: ar5523: don't print error when allocating urb failsWolfram Sang2016-08-131-7/+2
| |/ |/|
* | mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul2016-08-051-2/+3
|/
* wlcore: spi: fix build warning caused by redundant variableReizer, Eyal2016-07-201-1/+0
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2016-07-1912-147/+178
|\
| * ath9k_hw: implement temperature compensation support for AR9003+Felix Fietkau2016-07-192-3/+23
| * ath9k_hw: get rid of some duplicate code in calibration initFelix Fietkau2016-07-191-32/+22
| * ath9k_hw: simplify ar9003_hw_per_calibrationFelix Fietkau2016-07-191-27/+26
| * ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERMFelix Fietkau2016-07-191-15/+10
| * ath9k_hw: fix spectral scan on AR9285 and newerFelix Fietkau2016-07-192-10/+27
| * ath9k: simplify the code-paths when not using the built-in EEPROMMartin Blumenstingl2016-07-193-53/+41
| * ath6kl: sme_state shortcut to SME_DISCONNECTED removedDan Kephart2016-07-191-2/+0
| * ath6kl: Unset IFF_LOWER_UP flag on AP mode leave.Pierre Le Magourou2016-07-191-0/+1
| * ath6kl: Fix wrong regulatory domain disconnection.Pierre Le Magourou2016-07-191-1/+2
| * ath6kl: Fix WLAN tethering authentication problem.Pierre Le Magourou2016-07-191-4/+5
| * ath10k: disable wake_tx_queue for older devicesMichal Kazior2016-07-192-2/+23
* | rtlwifi: don't add include path for rtl8188eeArnd Bergmann2016-07-191-1/+1
* | wlcore: spi: add wl18xx supportEyal Reizer2016-07-191-18/+105
* | brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli2016-07-191-1/+1
* | brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli2016-07-191-1/+3
* | brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli2016-07-191-1/+3
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2016-07-1835-367/+625
|\
| * ath10k: fix possible wrong rx_busy time reporting in QCA4019Vasanthakumar Thiagarajan2016-07-081-1/+2
| * wcn36xx: Silence error about unsupported smd event 188Bjorn Andersson2016-07-081-0/+2
| * ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg2016-07-084-126/+165