summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath10k: add qmi service helpers for wcn3990 qmi clientGovind Singh2018-10-132-0/+2749
* wil6210: fix debugfs_simple_attr.cocci warningsYueHaibing2018-10-131-6/+8
* ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann2018-10-137-49/+49
* ath10k: htt: remove some dead codeDan Carpenter2018-10-131-2/+0
* ath10k: allocate small size dma memory in ath10k_pci_diag_write_memCarl Huang2018-10-131-12/+11
* ath10k: add peer flush in ath10k_flush for STATIONWen Gong2018-10-131-2/+13
* ath10k: remove unnecessary comparison of unsigned integer with < 0Gustavo A. R. Silva2018-10-131-1/+1
* ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_statsGustavo A. R. Silva2018-10-131-1/+2
* ath10k: management tx ack rssi capability checkBalaji Pothunoori2018-10-131-2/+3
* ath10k: support NET_DETECT WoWLAN featureWen Gong2018-10-137-0/+700
* ath10k: set probe request oui during driver startRakesh Pillai2018-10-131-6/+8
* ath10k: fix possible out of bound access of ath10k_rates arraySriram R2018-10-131-15/+15
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-10-0445-464/+2083
|\
| * ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau2018-10-024-3/+17
| * ath10k: add missing sanity check on diag downloadBrian Norris2018-10-021-0/+6
| * ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich2018-10-021-1/+1
| * ath9k: FFT magnitude check: don't consider lower 3 data bitsSimon Wunderlich2018-10-021-8/+11
| * ath9k: fix and simplify FFT max index retrievalSimon Wunderlich2018-10-022-39/+23
| * ath9k: return when short FFT frame was handledSimon Wunderlich2018-10-021-1/+1
| * ath9k: add counters for good and errorneous FFT/spectral framesSimon Wunderlich2018-10-023-2/+19
| * wil6210: remove set but not used variable 'start'YueHaibing2018-10-011-2/+1
| * ath9k: debug: remove set but not used variable 'fops_dump_nfcal'YueHaibing2018-10-011-13/+0
| * ath9k: add reset for airtime station debugfsLouie Lu2018-10-011-1/+17
| * ath10k: disable napi before resource cleanup to avoid "use after free"Govind Singh2018-10-011-1/+1
| * ath10k: move napi_enable to hif_start for consistent pairingGovind Singh2018-10-011-1/+1
| * ath10k: advertize beacon_int_min_gcd as 100 while bring up multi vapsMaharaja Kennadyrajan2018-10-012-0/+34
| * ath10k: add debugfs support to get power save state change of STAMaharaja Kennadyrajan2018-10-016-1/+161
| * ath10k: remove duplicated includesYueHaibing2018-10-013-3/+0
| * ath10k: add support for configuring management packet rateSriram R2018-10-011-2/+43
| * ath10k: remove num_peers in hw_params for most targetsErik Stromdahl2018-10-011-13/+0
| * ath10k: add default value for num_peers in WMI TLV initErik Stromdahl2018-10-011-1/+4
| * ath10k: utilize random MAC address if none is providedBrian Norris2018-10-011-0/+4
| * ath10k: fix tx status flag setting for management framesRakesh Pillai2018-10-011-1/+6
| * ath10k: fix vdev-start timeout on errorBen Greear2018-10-014-5/+25
| * ath10k: wmi: disable softirq's while calling ieee80211_rxErik Stromdahl2018-09-061-1/+2
| * ath10k: htt: High latency RX supportErik Stromdahl2018-09-063-3/+187
| * ath10k: htt: High latency TX supportErik Stromdahl2018-09-061-0/+92
| * ath10k: htt: RX ring config HL supportErik Stromdahl2018-09-061-0/+52
| * ath10k: add HTT RX HL opsErik Stromdahl2018-09-061-1/+6
| * ath10k: add HTT TX HL opsErik Stromdahl2018-09-061-1/+7
| * ath10k: DMA related fixes for high latency devicesErik Stromdahl2018-09-063-9/+16
| * ath10k: add per target config of max_num_peersErik Stromdahl2018-09-061-5/+12
| * ath10k: use hw_params.num_peers for num_tids in TLV initErik Stromdahl2018-09-061-1/+4
| * ath10k: add bus type check in ath10k_init_hw_paramsErik Stromdahl2018-09-063-9/+24
| * ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl2018-09-067-0/+13
| * ath10k: add struct ath10k_bus_paramsErik Stromdahl2018-09-067-20/+29
| * ath10k: download firmware via diag Copy Engine for QCA6174 and QCA9377.Carl Huang2018-09-065-6/+288
| * ath10k: support to access target space below 1M for qca6174 and qca9377Carl Huang2018-09-061-2/+17
| * ath10k: optimize pci diag mem read & write operationsCarl Huang2018-09-062-19/+24
| * ath10k: average ack rssi support for data framesBalaji Pothunoori2018-09-065-4/+44