summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-10-1632-242/+363
|\
| * iwlwifi: nvm: set the correct offsets to 3168 seriesChaya Rachel Ivgi2017-10-069-28/+59
| * iwlwifi: nvm-parse: unify channel flags printingJohannes Berg2017-10-061-59/+39
| * iwlwifi: mvm: return -ENODATA when reading the temperature with the FW downLuca Coelho2017-10-061-1/+1
| * iwlwifi: stop dbgc recording before stopping DMAGolan Ben Ami2017-10-062-5/+17
| * iwlwifi: mvm: do not print security error in monitor modeShaul Triebitz2017-10-064-2/+16
| * brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann2017-10-021-100/+97
| * brcmfmac: Add check for short event packetsKevin Cernekee2017-10-021-1/+2
| * rtlwifi: rtl8821ae: Fix connection lost problemLarry Finger2017-10-021-1/+1
| * Merge ath-current from ath.gitKalle Valo2017-09-251-5/+2
| |\
| | * ath10k: mark PM functions as __maybe_unusedArnd Bergmann2017-09-211-5/+2
| * | qtnfmac: cancel scans on wireless interface changesSergey Matyukevich2017-09-203-5/+9
| * | qtnfmac: lock access to h/w in tx pathSergey Matyukevich2017-09-202-1/+10
| * | brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel2017-09-202-15/+9
| * | brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel2017-09-201-3/+15
| |/
| * Merge tag 'iwlwifi-for-kalle-2017-09-15' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-09-189-17/+80
| |\
| | * iwlwifi: mvm: fix reorder buffer for 9000 devicesSara Sharon2017-09-081-3/+4
| | * iwlwifi: mvm: set status before calling iwl_mvm_send_cmd_status()Luca Coelho2017-09-082-1/+2
| | * iwlwifi: mvm: initialize status in iwl_mvm_add_int_sta_common()Luca Coelho2017-09-081-1/+1
| | * iwlwifi: mvm: handle FIF_ALLMULTI when setting multicast addressesLuca Coelho2017-09-081-0/+6
| | * iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMDLuca Coelho2017-09-081-1/+9
| | * iwlwifi: mvm: wake the correct mac80211 queueAvraham Stern2017-09-081-1/+1
| | * iwlwifi: mvm: change state when queueing agg start workNaftali Goldstein2017-09-083-3/+8
| | * iwlwifi: mvm: send all non-bufferable frames on the probe queueAvraham Stern2017-09-081-5/+5
| | * iwlwifi: mvm: Flush non STA TX queuesDavid Spinadel2017-09-081-1/+43
| | * iwlwifi: mvm: fix wowlan resume failed to load INIT ucodeMatt Chen2017-09-081-1/+1
* | | rsi: fix integer overflow warningArnd Bergmann2017-10-131-1/+1
* | | qtnfmac: do not cache current channel info in driver's stateIgor Mitsyanko2017-10-133-8/+2
* | | qtnfmac: make encryption info a part of CONNECT command.Igor Mitsyanko2017-10-132-25/+22
* | | qtnfmac: do not cache BSS state in per-VIF structureIgor Mitsyanko2017-10-133-66/+42
* | | qtnfmac: get rid of QTNF_STATE_AP_START flagIgor Mitsyanko2017-10-134-45/+2
* | | qtnfmac: get rid of QTNF_STATE_AP_CONFIGIgor Mitsyanko2017-10-133-12/+0
* | | qtnfmac: pass channel definition to WiFi card on START_AP commandIgor Mitsyanko2017-10-135-22/+62
* | | qtnfmac: pass all AP settings to wireless card for processingIgor Mitsyanko2017-10-134-43/+101
* | | qtnfmac: do not cache AP settings in driver structuresIgor Mitsyanko2017-10-133-41/+25
* | | rtlwifi: Remove unused cur_rfstate variablesChristos Gkekas2017-10-134-12/+4
* | | rtlwifi: Add module parameter ASPMPing-Ke Shih2017-10-139-8/+43
* | | rtlwifi: Add bw_update parameter for RA mask update.Ping-Ke Shih2017-10-1326-50/+61
* | | rtlwifi: Remove BAND_NUM and related fieldsPing-Ke Shih2017-10-131-16/+0
* | | rtlwifi: Add RSSI and RF type to wifi.h for phydmPing-Ke Shih2017-10-131-0/+6
* | | rtlwifi: Add TX/RX throughput statistics in periodPing-Ke Shih2017-10-132-4/+27
* | | rtlwifi: Add rtl_get_hal_edca_param() to generate register's format of EDCA.Ping-Ke Shih2017-10-132-0/+40
* | | rtlwifi: Implement rtl_get_tx_hw_rate to yield correct hw_ratePing-Ke Shih2017-10-131-4/+38
* | | rtlwifi: rtl8192ee: Make driver support 64bits DMA.Ping-Ke Shih2017-10-1327-189/+166
* | | rtlwifi: Remove redundant semicolon in wifi.h.Ping-Ke Shih2017-10-131-3/+3
* | | rtlwifi: Fix MAX MPDU of VHT capabilityPing-Ke Shih2017-10-131-4/+0
* | | mwifiex: Use put_unaligned_le32Himanshu Jha2017-10-131-6/+4
* | | mwifiex: double the size of chan_stats array in adapterRohit Fule2017-10-131-1/+4
* | | mwifiex: minor cleanups w/ sta_list_spinlock in cfg80211.cDouglas Anderson2017-10-132-9/+11
* | | mwifiex: kill useless list_empty checksDouglas Anderson2017-10-134-26/+0