summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-11-19mwifiex: complete blocked power save handshake in main processShengzhen Li1-4/+5
2016-11-19mwifiex: check tx_hw_pending before downloading sleep confirmShengzhen Li4-2/+10
2016-11-19mwifiex: Enable WoWLAN for both sdio and pcieRajat Jain5-75/+73
2016-11-19mwifiex: Introduce mwifiex_probe_of() to parse common propertiesRajat Jain2-4/+13
2016-11-19mwifiex: Allow mwifiex early access to device structureRajat Jain5-11/+9
2016-11-19mwifiex: parse device tree node for PCIeXinming Hu2-1/+26
2016-11-18mwifiex: don't do unbalanced free()'ing in cleanup_if()Brian Norris3-16/+12
2016-11-18mwifiex: ignore calibration data failureAmitkumar Karwar1-11/+5
2016-11-18mwifiex: add power save parameters in hs_cfg cmdShengzhen Li2-6/+33
2016-11-17mwifiex: fix memory leak in mwifiex_save_hidden_ssid_channels()Ricky Liang1-0/+4
2016-11-17rtlwifi: Use dev_kfree_skb_irq instead of kfree_skbWei Yongjun1-1/+1
2016-11-17cw1200: fix bogus maybe-uninitialized warningArnd Bergmann1-5/+3
2016-11-17wireless: fix bogus maybe-uninitialized warningArnd Bergmann3-6/+6
2016-11-17p54: memset(0) whole arrayJiri Slaby1-1/+1
2016-11-17brcmfmac: print name of connect status eventRafał Miłecki3-3/+6
2016-11-17rsi: Host to device command frame vap_capabilites modified with new field vap...Prameela Rani Garnepudi3-4/+18
2016-11-17rsi: Fix memory leak in module unloadPrameela Rani Garnepudi1-0/+11
2016-11-17wlcore: Allow scans when in AP modeJames Minor1-0/+2
2016-11-17rtlwifi: Remove address of Free Software FoundationLarry Finger4-16/+0
2016-11-17rtlwifi: rtl8192c: Remove address of Free Software FoundationLarry Finger6-24/+0
2016-11-17rtlwifi: rtl8188ee: Remove address of Free Software FoundationLarry Finger4-16/+0
2016-11-17rtlwifi: rtl8723ae: Remove address of Free Software FoundationLarry Finger4-16/+0
2016-11-17rtlwifi: rtl8192cu: Remove address of Free Software FoundationLarry Finger20-80/+0
2016-11-17rtlwifi: rtl8192ce: Remove address of Free Software FoundationLarry Finger18-72/+0
2016-11-17rtlwifi: rtl8192se: Remove address of Free Software FoundationLarry Finger20-80/+0
2016-11-17rtlwifi: rtl8192de: Remove address of Free Software FoundationLarry Finger20-80/+0
2016-11-17mwifiex: report wakeup for wowlanRajat Jain2-0/+9
2016-11-17wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT eventMaxim Altshul3-1/+31
2016-11-17wlcore: Pass win_size taken from ieee80211_sta to FWMaxim Altshul3-5/+9
2016-11-15ath10k: use the right length of "background"Nicolas Iooss1-1/+1
2016-11-15ath10k: remove extraneous error message in tx allocMohammed Shafi Shajakhan1-3/+1
2016-11-15ath10k: clean up HTT tx buffer allocation and freeMohammed Shafi Shajakhan1-25/+50
2016-11-15ath10k: fix failure to send NULL func frame for 10.4Mohammed Shafi Shajakhan2-6/+2