summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2016-11-25rtl8xxxu: Pass tx_info to fill_txdesc in order to have access to retry countJes Sorensen2-38/+60
2016-11-25rtl8xxxu: Obtain RTS rates from mac80211Jes Sorensen2-20/+32
2016-11-25rtl8xxxu: Fix rtl8192eu driver reload issueJes Sorensen1-1/+7
2016-11-25rtl8xxxu: Fix rtl8723bu driver reload issueJes Sorensen1-0/+4
2016-11-25rtl8xxxu: Fix big-endian problem reporting mactimeJes Sorensen2-4/+4
2016-11-25rtl8xxxu: Fix memory leak in handling rxdesc16 packetsJes Sorensen1-1/+6
2016-11-25mwifiex: avoid double-disable_irq() raceBrian Norris1-2/+7
2016-11-25mwifiex: cleanup wake-IRQ handling if suspend failsBrian Norris2-0/+2
2016-11-25rsi: Add support for 802.11dPrameela Rani Garnepudi4-7/+53
2016-11-25rsi: Add support for antenna selectionPrameela Rani Garnepudi4-0/+117
2016-11-25rsi: Add support for configuring tx powerPrameela Rani Garnepudi4-1/+76
2016-11-25rsi: Add support to filter rx framesPrameela Rani Garnepudi3-1/+59
2016-11-23ath10k: fix monitor vdev for receiving other bss framesManoharan, Rajkumar3-1/+11
2016-11-23ath10k: add support for per sta tx bitrateAnilkumar Kolli1-0/+13
2016-11-23ath10k: add per peer htt tx stats support for 10.4Anilkumar Kolli5-1/+178
2016-11-23rt2800: disable CCK rates on HTStanislaw Gruszka1-1/+0
2016-11-23rt2800: tune *_PROT_CFG parametersStanislaw Gruszka1-8/+8
2016-11-23rt2800: use RTS/CTS protection instead of CTS-to-selfStanislaw Gruszka1-3/+3
2016-11-23rt2800: correct TX_SW_CFG1 for 5592Stanislaw Gruszka1-2/+5
2016-11-23rt2800: correct AUTO_RSP_CFGStanislaw Gruszka1-4/+2
2016-11-23rt2800: do not overwrite WPDMA_GLO_CFG_WP_DMA_BURST_SIZEStanislaw Gruszka1-1/+0
2016-11-23rt2800: OFDM rates are mandatoryStanislaw Gruszka1-1/+1
2016-11-23rt2800usb: do not wipe out USB_DMA_CFG settingsStanislaw Gruszka1-4/+1
2016-11-23rt2800: correctly report MCS TX parametersStanislaw Gruszka1-10/+13
2016-11-23brcmfmac: update beacon IE after bss up and clear when AP stoppedWright Feng1-2/+3
2016-11-23rt2x00: Fix incorrect usage of CONFIG_RT2X00_LIB_USBVishal Thanki1-1/+1
2016-11-23wil6210: support NL80211_ATTR_WIPHY_RETRY_SHORTLior David4-0/+97
2016-11-23wil6210: align to latest auto generated wmi.hLior David1-2/+206
2016-11-23wil6210: add support for abort scanMaya Erez5-34/+87
2016-11-23wil6210: fix deadlock when using fw_no_recovery optionLior David1-7/+8
2016-11-23wil6210: add support for power save enable / disableMaya Erez3-1/+67
2016-11-23wil6210: fix net queue stop/wakeDedy Lansky5-16/+117
2016-11-23ath9k: fix NULL pointer dereferenceMiaoqing Pan1-1/+7
2016-11-23ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on successMatthias Schiffer1-1/+1
2016-11-23ath10k: add spectral scan support to wmi-tlvMichal Kazior1-0/+72
2016-11-23ath10k: fix null deref on wmi-tlv when trying spectral scanMichal Kazior1-0/+6
2016-11-23ath10k: remove set/get_tsf ieee80211_opsPedersen, Thomas4-44/+0
2016-11-23ath10k: implement offset_tsf ieee80211_opPedersen, Thomas3-0/+34
2016-11-23ath10k: advertize hardware packet loss mechanismRajkumar Manoharan1-0/+1
2016-11-23Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo16-275/+280
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-19mwifiex: pcie: stop checking for NULL adapter->cardBrian Norris1-30/+23
2016-11-19mwifiex: stop checking for NULL drvata/intfdataBrian Norris2-21/+8
2016-11-19mwifiex: sdio: don't check for NULL sdio_funcBrian Norris1-25/+15
2016-11-19mwifiex: usb: handle HS failuresBrian Norris1-1/+8
2016-11-19mwifiex: reset card->adapter during device unregisterXinming Hu2-0/+2
2016-11-19mwifiex: resolve suspend() race with async FW init failureBrian Norris3-6/+30
2016-11-19mwifiex: don't pretend to resume while remove()'ingBrian Norris3-13/+0
2016-11-19mwifiex: remove redundant pdev check in suspend/resume handlersAmitkumar Karwar1-16/+6
2016-11-19mwifiex: resolve races between async FW init (failure) and device removalBrian Norris8-68/+55