summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/wireless/ath/wil6210: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-28/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-03255-3239/+12316
|\
| * Merge ath-next from ath.gitKalle Valo2015-08-2616-95/+348
| |\
| | * ath10k: fix compilation warnings in wmi phyerr pull functionRaja Mani2015-08-261-2/+2
| | * ath10k: add qca6164 supportMichal Kazior2015-08-263-0/+25
| | * ath10k: add spectral scan support for 10.4 fwRaja Mani2015-08-262-0/+11
| | * ath10k: fix dma_mapping_error() handlingMichal Kazior2015-08-264-5/+16
| | * ath10k: add missing mutex unlock on failpathMichal Kazior2015-08-261-1/+2
| | * ath10k: free collected fw stats memory if .pull_fw_stats failsRaja Mani2015-08-191-2/+1Star
| | * ath10k: ensure pktlog disable cmd reaches fw before pdev suspendRaja Mani2015-08-191-1/+1
| | * ath10k: fill in wmi 10.4 command handlers for addba/delba debug commandsVasanthakumar Thiagarajan2015-08-171-0/+4
| | * ath10k: handle 10.4 firmware phyerr eventRaja Mani2015-08-172-0/+84
| | * ath10k: refactor phyerr event handlersRaja Mani2015-08-176-67/+149
| | * wil6210: match wait_for_completion_timeout return typeNicholas Mc Guire2015-08-171-1/+1
| | * ath10k: split ap/ibss wep key install processMichal Kazior2015-08-171-12/+32
| | * ath10k: add cycle/rx_clear counters frequency to hw_paramsVasanthakumar Thiagarajan2015-08-174-4/+10
| | * ath10k: fix invalid survey reporting for QCA99X0Vasanthakumar Thiagarajan2015-08-172-2/+5
| | * ath10k: wake up queue upon vif creationMichal Kazior2015-08-171-0/+5
| | * ath10k: wake up offchannel queue properlyMichal Kazior2015-08-171-0/+2
| * | rsi: Fix possible leak when loading firmwareChristian Engelmayer2015-08-252-4/+12
| * | brcmfmac: Add support for host platform NVRAM loading.Hante Meuleman2015-08-251-15/+24
| * | brcmfmac: bump highest event number for 4339 firmwareArend van Spriel2015-08-251-4/+6
| * | brcmfmac: block the correct flowring when backup queue overflowFranky Lin2015-08-251-3/+7
| * | brcmfmac: make use of cfg80211_check_combinations()Arend van Spriel2015-08-251-2/+42
| * | brcmfmac: add debugfs entry for msgbuf statisticsFranky Lin2015-08-251-0/+56
| * | brcmfmac: correct interface combination infoArend van Spriel2015-08-251-39/+112
| * | brcmfmac: check all combinations when setting wiphy's addressesRafał Miłecki2015-08-251-2/+9
| * | rtlwifi: rtl8192cu: Add new device IDAdrien Schildknecht2015-08-251-0/+1
| * | rtlwifi: rtl8192ee: fix semicolon.cocci warningsWu Fengguang2015-08-251-3/+3
| * | ath9k_htc: do ani shortcalibratio if we got -ETIMEDOUTOleksij Rempel2015-08-251-3/+10
| * | Merge tag 'iwlwifi-next-for-kalle-2015-08-23' of https://git.kernel.org/pub/s...Kalle Valo2015-08-2511-26/+63
| |\ \
| | * | iwlwifi: mvm: bump firmware API to 17Emmanuel Grumbach2015-08-232-2/+2
| | * | iwlwifi: mvm: support new TX power commandJohannes Berg2015-08-233-10/+37
| | * | iwlwifi: mvm: split debug message to avoid exceeding 110 charactersAyala Beker2015-08-231-8/+12
| | * | iwlwifi: correctly size command string arraysJohannes Berg2015-08-233-3/+3
| | * | iwlwifi: mvm: update wakeup reason enumSara Sharon2015-08-231-1/+6
| | * | iwlwifi: mvm: catch underflow error earlierDan Carpenter2015-08-231-2/+3
| * | | Merge tag 'wireless-drivers-next-for-davem-2015-08-19' of git://git.kernel.or...David S. Miller2015-08-20188-2728/+7064
| |\ \ \
| | * | | Merge tag 'iwlwifi-next-for-kalle-2015-08-18' of https://git.kernel.org/pub/s...Kalle Valo2015-08-1835-463/+1599
| | |\| |
| | | * | iwlwifi: mvm: fix a race in D0i3 vs. Tx pathEmmanuel Grumbach2015-08-181-2/+3
| | | * | iwlwifi: mvm: don't disconnect on beacon loss in D0I3David Spinadel2015-08-181-11/+26
| | | * | iwlwifi: out-of-bounds access in iwl_init_sband_channelsAdrien Schildknecht2015-08-181-2/+2
| | | * | iwlwifi: bump mvm firmware API to 16Emmanuel Grumbach2015-08-182-2/+2
| | | * | iwlwifi: rs: disable MIMO only if allowed in configurationAlexander Bondar2015-08-181-1/+2
| | | * | iwlwifi: mvm: Enable power management on low-latency bssAvri Altman2015-08-161-2/+2
| | | * | iwlwifi: mvm: support TDLS wider-bandwidthArik Nemtsov2015-08-161-0/+1
| | | * | iwlwifi: mvm: fix a range check in debugfs codeDan Carpenter2015-08-161-3/+3
| | | * | iwlwifi: convert hex_dump_to_buffer() to %*phAndy Shevchenko2015-08-162-12/+3Star
| | | * | iwlwifi: pass NAPI struct from transport layerJohannes Berg2015-08-169-61/+20Star
| | | * | Merge tag 'mac80211-next-for-davem-2015-08-14' into nextEmmanuel Grumbach2015-08-1611-14/+20
| | | |\ \