aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-12iwlegacy: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-37/+50
2016-09-07Merge ath-current from ath.gitKalle Valo4-10/+14
2016-09-07brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel1-1/+1
2016-09-07ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius1-2/+7
2016-09-02ath9k: fix AR5416 access GPIO warningMiaoqing Pan1-2/+2
2016-08-31ath10k: Remove driver log suggesting QCA9887 support is experimentalMohammed Shafi Shajakhan1-1/+0
2016-08-31ath10k: fix get rx_status from htt contextAshok Raj Nagarajan1-5/+5
2016-08-29iwlwifi: mvm: Advertise support for AP channel width changePeer, Ilan1-0/+1
2016-08-29iwlwifi: mvm: don't use ret when not initialisedEmmanuel Grumbach1-1/+2
2016-08-29iwlwifi: mvm: check if vif is NULL before using itSharon Dvir1-0/+2
2016-08-29iwlwifi: mvm: consider P2p device type for firmware dump triggersEmmanuel Grumbach1-1/+2
2016-08-29Merge ath-current from ath.gitKalle Valo1-4/+5
2016-08-24brcmfmac: Change vif_event_lock to spinlockmhiramat@kernel.org2-14/+14
2016-08-24brcmfmac: Check rtnl_lock is locked when removing interfacemhiramat@kernel.org3-5/+7
2016-08-22ath9k: fix using sta->drv_priv before initializing itFelix Fietkau1-4/+4
2016-08-22ath9k: fix client mode beacon configurationFelix Fietkau1-0/+1
2016-08-18mwifiex: fix large amsdu packets causing firmware hangCathy Luo1-1/+2
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-27/+27
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2016-08-13net: wireless: realtek: rtlwifi: usb: don't print error when allocating urb failsWolfram Sang1-7/+1
2016-08-13net: wireless: marvell: mwifiex: usb: don't print error when allocating urb failsWolfram Sang1-15/+4
2016-08-13net: wireless: marvell: libertas_tf: if_usb: don't print error when allocating urb failsWolfram Sang1-9/+3
2016-08-13net: wireless: intersil: orinoco: orinoco_usb: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-08-13net: wireless: broadcom: brcm80211: brcmfmac: usb: don't print error when allocating urb failsWolfram Sang1-6/+2
2016-08-13net: wireless: ath: ar5523: ar5523: don't print error when allocating urb failsWolfram Sang1-7/+2
2016-08-05mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul1-2/+3
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada10-27/+27
2016-07-20wlcore: spi: fix build warning caused by redundant variableReizer, Eyal1-1/+0
2016-07-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo12-147/+178
2016-07-19rtlwifi: don't add include path for rtl8188eeArnd Bergmann1-1/+1
2016-07-19wlcore: spi: add wl18xx supportEyal Reizer1-18/+105
2016-07-19brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2016-07-19brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli1-1/+3
2016-07-19brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli1-1/+3
2016-07-19ath9k_hw: implement temperature compensation support for AR9003+Felix Fietkau2-3/+23
2016-07-19ath9k_hw: get rid of some duplicate code in calibration initFelix Fietkau1-32/+22
2016-07-19ath9k_hw: simplify ar9003_hw_per_calibrationFelix Fietkau1-27/+26
2016-07-19ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERMFelix Fietkau1-15/+10
2016-07-19ath9k_hw: fix spectral scan on AR9285 and newerFelix Fietkau2-10/+27
2016-07-19ath9k: simplify the code-paths when not using the built-in EEPROMMartin Blumenstingl3-53/+41
2016-07-19ath6kl: sme_state shortcut to SME_DISCONNECTED removedDan Kephart1-2/+0
2016-07-19ath6kl: Unset IFF_LOWER_UP flag on AP mode leave.Pierre Le Magourou1-0/+1
2016-07-19ath6kl: Fix wrong regulatory domain disconnection.Pierre Le Magourou1-1/+2
2016-07-19ath6kl: Fix WLAN tethering authentication problem.Pierre Le Magourou1-4/+5
2016-07-19ath10k: disable wake_tx_queue for older devicesMichal Kazior2-2/+23
2016-07-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo35-367/+625
2016-07-18Merge tag 'iwlwifi-next-for-kalle-2016-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo3-5/+5
2016-07-18mwifiex: update command response skb length correctlyAmitkumar Karwar1-0/+1
2016-07-18mwifiex: fix PCIe legacy interrupt problemAmitkumar Karwar1-0/+6