aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-16ath10k: don't assume 'vif' is non-NULL in flush()Brian Norris1-1/+1
2018-11-06ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter1-2/+1
2018-10-13ath10k: add QMI message handshake for wcn3990 clientGovind Singh8-13/+1419
2018-10-13ath10k: add debug mask for QMI layerGovind Singh1-0/+1
2018-10-13ath10k: add support to create boardname for non-bmi targetRakesh Pillai2-0/+10
2018-10-13ath10k: add qmi service helpers for wcn3990 qmi clientGovind Singh2-0/+2749
2018-10-13wil6210: fix debugfs_simple_attr.cocci warningsYueHaibing1-6/+8
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann7-49/+49
2018-10-13ath10k: htt: remove some dead codeDan Carpenter1-2/+0
2018-10-13ath10k: allocate small size dma memory in ath10k_pci_diag_write_memCarl Huang1-12/+11
2018-10-13ath10k: add peer flush in ath10k_flush for STATIONWen Gong1-2/+13
2018-10-13ath10k: remove unnecessary comparison of unsigned integer with < 0Gustavo A. R. Silva1-1/+1
2018-10-13ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_statsGustavo A. R. Silva1-1/+2
2018-10-13ath10k: management tx ack rssi capability checkBalaji Pothunoori1-2/+3
2018-10-13ath10k: support NET_DETECT WoWLAN featureWen Gong7-0/+700
2018-10-13ath10k: set probe request oui during driver startRakesh Pillai1-6/+8
2018-10-13ath10k: fix possible out of bound access of ath10k_rates arraySriram R1-15/+15
2018-10-04Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo45-464/+2083
2018-10-02Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller29-166/+860
2018-10-02ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau4-3/+17
2018-10-02ath10k: add missing sanity check on diag downloadBrian Norris1-0/+6
2018-10-02ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich1-1/+1
2018-10-02ath9k: FFT magnitude check: don't consider lower 3 data bitsSimon Wunderlich1-8/+11
2018-10-02ath9k: fix and simplify FFT max index retrievalSimon Wunderlich2-39/+23
2018-10-02ath9k: return when short FFT frame was handledSimon Wunderlich1-1/+1
2018-10-02ath9k: add counters for good and errorneous FFT/spectral framesSimon Wunderlich3-2/+19
2018-10-01ath5k: Remove unused BUG_ONNathan Chancellor1-2/+0
2018-10-01wil6210: remove set but not used variable 'start'YueHaibing1-2/+1
2018-10-01ath9k: debug: remove set but not used variable 'fops_dump_nfcal'YueHaibing1-13/+0
2018-10-01ath9k: add reset for airtime station debugfsLouie Lu1-1/+17
2018-10-01ath10k: disable napi before resource cleanup to avoid "use after free"Govind Singh1-1/+1
2018-10-01ath10k: move napi_enable to hif_start for consistent pairingGovind Singh1-1/+1
2018-10-01ath10k: advertize beacon_int_min_gcd as 100 while bring up multi vapsMaharaja Kennadyrajan2-0/+34
2018-10-01ath10k: add debugfs support to get power save state change of STAMaharaja Kennadyrajan6-1/+161
2018-10-01ath10k: remove duplicated includesYueHaibing3-3/+0
2018-10-01ath10k: add support for configuring management packet rateSriram R1-2/+43
2018-10-01ath10k: remove num_peers in hw_params for most targetsErik Stromdahl1-13/+0
2018-10-01ath10k: add default value for num_peers in WMI TLV initErik Stromdahl1-1/+4
2018-10-01ath10k: utilize random MAC address if none is providedBrian Norris1-0/+4
2018-10-01ath10k: fix tx status flag setting for management framesRakesh Pillai1-1/+6
2018-10-01ath10k: fix vdev-start timeout on errorBen Greear4-5/+25
2018-09-06ath10k: wmi: disable softirq's while calling ieee80211_rxErik Stromdahl1-1/+2
2018-09-06ath10k: htt: High latency RX supportErik Stromdahl3-3/+187
2018-09-06ath10k: htt: High latency TX supportErik Stromdahl1-0/+92
2018-09-06ath10k: htt: RX ring config HL supportErik Stromdahl1-0/+52
2018-09-06ath10k: add HTT RX HL opsErik Stromdahl1-1/+6
2018-09-06ath10k: add HTT TX HL opsErik Stromdahl1-1/+7
2018-09-06ath10k: DMA related fixes for high latency devicesErik Stromdahl3-9/+16
2018-09-06ath10k: add per target config of max_num_peersErik Stromdahl1-5/+12
2018-09-06ath10k: use hw_params.num_peers for num_tids in TLV initErik Stromdahl1-1/+4