summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath: constify local structuresJulia Lawall2016-09-141-1/+1
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2016-09-1446-548/+2123
|\
| * ath10k: remove 4-addr padding related hw_param configurationVasanthakumar Thiagarajan2016-09-132-17/+0
| * ath10k: properly remove padding from the start of rx payloadVasanthakumar Thiagarajan2016-09-132-14/+31
| * ath10k: add provision for Rx descriptor abstractionVasanthakumar Thiagarajan2016-09-133-0/+37
| * ath10k: move ath10k_hw_params definition to hw.hVasanthakumar Thiagarajan2016-09-132-52/+54
| * ath10k: improve logging messageBen Greear2016-09-131-2/+2
| * ath10k: enable peer stats by defaultThomas Pedersen2016-09-131-0/+3
| * ath10k: remove unused variable ar_pciChaehyun Lim2016-09-131-2/+0
| * ath10k: fix memory leak on caldata on error exit pathColin Ian King2016-09-131-1/+1
| * Merge branch 'ath-current' into ath-nextKalle Valo2016-09-094-14/+19
| |\
| | * ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius2016-09-071-2/+7
| | * ath9k: fix AR5416 access GPIO warningMiaoqing Pan2016-09-021-2/+2
| | * ath10k: Remove driver log suggesting QCA9887 support is experimentalMohammed Shafi Shajakhan2016-08-311-1/+0
| | * ath10k: fix get rx_status from htt contextAshok Raj Nagarajan2016-08-311-5/+5
| | * ath9k: fix using sta->drv_priv before initializing itFelix Fietkau2016-08-221-4/+4
| | * ath9k: fix client mode beacon configurationFelix Fietkau2016-08-221-0/+1
| * | carl9170: Fix wrong completion usageDaniel Wagner2016-09-091-4/+2
| * | ath6kl: Allow the radio to report 0 dbm txpower without timing outEric Bentley2016-09-091-2/+2
| * | ath6kl: enable firmware crash dumps on the AR6004Dan Kephart2016-09-091-7/+4
| * | ath9k: remove repetitions of mask array sizeBob Copeland2016-09-091-6/+3
| * | ath10k: fix reporting channel survey dataAshok Raj Nagarajan2016-09-091-1/+1
| * | ath10k: remove unnecessary error code assignmentMohammed Shafi Shajakhan2016-09-091-1/+0
| * | ath9k: improve powersave filter handlingFelix Fietkau2016-09-091-3/+9
| * | ath9k: use ieee80211_tx_status_noskb where possibleFelix Fietkau2016-09-091-32/+62
| * | ath10k: fix throughput regression in multi client modeRajkumar Manoharan2016-09-092-2/+2
| * | ath10k: implement NAPI supportRajkumar Manoharan2016-09-098-96/+159
| * | ath9k: mark ath_fill_led_pin() staticBaoyou Xie2016-09-021-1/+1
| * | ath10k: fix spelling mistake "montior" -> "monitor"Colin Ian King2016-09-021-1/+1
| * | ath10k: Fix broken NULL func data frame status for 10.4Mohammed Shafi Shajakhan2016-09-023-0/+10
| * | ath10k: replace config_enabled() with IS_REACHABLE()Masahiro Yamada2016-09-021-1/+1
| * | ath10k: Added support for extended dbglog module id for 10.4Maharaja Kennadyrajan2016-09-026-11/+64
| * | ath10k: use complete() instead complete_all()Daniel Wagner2016-09-022-9/+9
| * | ath10k: fix sending frame in management path in push txq logicAshok Raj Nagarajan2016-09-021-0/+20
| * | ath10k: improve wake_tx_queue ops performanceRajkumar Manoharan2016-09-021-1/+17
| * | ath10k: suppress warnings when getting wmi WDS peer event idMohammed Shafi Shajakhan2016-09-021-0/+1
| * | ath10k: fix group privacy action frame decryption for qca4019Rajkumar Manoharan2016-09-023-5/+33
| * | ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan2016-09-0211-27/+27
| * | ath10k: Add WMI_SERVICE_PERIODIC_CHAN_STAT_SUPPORT wmi serviceTamizh chelvam2016-09-021-0/+5
| * | wil6210: extract firmware version from file headerLior David2016-08-317-6/+46
| * | wil6210: extract firmware capabilities from FW fileLior David2016-08-316-27/+106
| * | wil6210: align to latest auto generated wmi.hLior David2016-08-311-0/+292
| * | wil6210: fix protection of wil->scan_requestLior David2016-08-314-3/+10
| * | ath10k: fix spurious tx/rx during bootMichal Kazior2016-08-311-0/+68
| * | ath10k: add wmi command barrier utilityMichal Kazior2016-08-313-0/+33
| * | ath10k: implement wmi echo eventMichal Kazior2016-08-314-1/+72
| * | ath10k: implement wmi echo commandMichal Kazior2016-08-313-0/+69
| * | ath10k: add testmode support for 10.4 firmwareTamizh chelvam2016-08-311-0/+23
| * | ath10k: handle testmode events for 10.2 and 10.4 based firmwareTamizh chelvam2016-08-311-0/+26
| * | ath10k: move firmware_swap_code_seg_info to ath10k_fw_fileTamizh chelvam2016-08-314-22/+34