summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2017-12-07mt76: add driver code for MT76x2eFelix Fietkau25-0/+6943
2017-12-07mt76: add common code shared between multiple chipsetsFelix Fietkau12-0/+2219
2017-12-07mwifiex: cfg80211: do not change virtual interface during scan processingLimin Zhu1-0/+6
2017-12-07mwifiex: do not support change AP interface to station modeXinming Hu1-1/+0
2017-12-07wlcore, wl1251: fix spelling: "Couldnt" -> "Couldn't" and remove error on -EN...Colin Ian King2-4/+2
2017-12-07wlcore: allow elp during wowlan suspendReizer, Eyal1-1/+28
2017-12-07wlcore: use boottime for fw time syncArnd Bergmann2-6/+2
2017-12-07mwl8k: Expand non-DFS 5G channelsWeixiao Zhang1-1/+6
2017-12-07rtlwifi: rtl818x: remove redundant check for cck_power > 15Colin Ian King1-4/+1
2017-12-07rtlwifi: cleanup the code that check whether TX ring is availablePing-Ke Shih3-54/+6
2017-12-07rtlwifi: fix the wrong size to calculate fifo spacePing-Ke Shih2-4/+6
2017-12-07rtlwifi: Reduce IO in RX interrupt to boost throughputPing-Ke Shih1-2/+3
2017-12-07rtlwifi: Convert individual interrupt results to structLarry Finger18-95/+76
2017-12-07brcmfmac: Rename bcmerror to errIan Molton1-7/+7
2017-12-07brcmfmac: Remove noisy debugging.Ian Molton1-6/+0
2017-12-07brcmfmac: Fix asymmetric IO functions.Ian Molton1-1/+1
2017-12-07brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton2-152/+87
2017-12-07brcmfmac: Remove bandaid for SleepCSRIan Molton1-27/+1
2017-12-07brcmfmac: Remove dead IO codeIan Molton1-10/+8
2017-12-07brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton2-15/+5
2017-12-07brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton1-21/+73
2017-12-07brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton1-11/+11
2017-12-07brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton1-4/+4
2017-12-05iwlwifi: mvm: request statistics when reading debugfsJohannes Berg1-0/+3
2017-12-05iwlwifi: mvm: make init_dbg effective only on failureLiad Kaufman2-5/+5
2017-12-05iwlwifi: mvm: rs: add sanity check when sending LQ commandGregory Greenman1-1/+3
2017-12-05iwlwifi: mvm: rs: add size checks when printing to a bufferGregory Greenman3-36/+45
2017-12-05iwlwifi: mvm: rs: new rate scale API - add debugfs hooksGregory Greenman4-0/+141
2017-12-05iwlwifi: mvm: rs: new rate scale API - add FW notificationsGregory Greenman5-0/+89
2017-12-05iwlwifi: mvm: rs: add basic implementation of the new RS API handlersGregory Greenman6-12/+379
2017-12-05iwlwifi: mvm: rs: add ops for the new rate scaling in the FWGregory Greenman8-48/+166
2017-12-05iwlwifi: mvm: rs: introduce new API for rate scalingGregory Greenman9-30/+79
2017-12-05iwlwifi: mvm: avoid dumping assert log when device is stoppedSara Sharon1-0/+6
2017-12-05iwlwifi: mvm: remove set but unused variable in iwl_mvm_roc_done_wkEmmanuel Grumbach1-7/+2
2017-12-05iwlwifi: bump FW API to 36 for 8000 and upLuca Coelho3-4/+4
2017-12-05iwlwifi: mvm: add WFA vendor specific TPC report IE to probe requestAvraham Stern1-3/+32
2017-12-05iwlwifi: mvm: mark MIC stripped MPDUsSara Sharon1-0/+2
2017-12-05iwlwifi: mvm: enable RX offloading with TKIP and WEPDavid Spinadel2-4/+12
2017-12-05iwlwifi: mvm: flush queue before deleting ROCJohannes Berg2-2/+24
2017-12-05iwlwifi: add new cards for 9260 and 22000 seriesIhab Zhaika1-0/+2
2017-12-02brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel1-1/+1
2017-12-02wcn36xx: set default BTLE coexistence configEyal Ilsar1-0/+2
2017-12-02wil6210: update statistics for suspendLazar Alexei4-27/+59
2017-12-02wil6210: remove suspend time statisticsLazar Alexei4-39/+4
2017-12-02wil6210: fix PCIe bus mastering in case of interface downLazar Alexei3-19/+19
2017-12-02wil6210: get suspend reject reason and resume triggers from FWLazar Alexei2-6/+57
2017-12-02wil6210: missing length check in wil_cfg80211_mgmt_txLior David1-3/+7
2017-12-02wil6210: missing length check in wmi_set_ieLior David1-1/+7
2017-12-02wil6210: add block size checks during FW loadLior David3-21/+49
2017-12-02wil6210: fix length check in __wmi_sendLior David2-2/+22