summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2016-04-19ath9k: remove duplicate assignment of variable ahColin Ian King1-1/+1
2016-04-19ath9k: interpret requested txpower in EIRP domainZefir Kurtisi1-8/+2
2016-04-19ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_se...Markus Elfring1-5/+2
2016-04-19ath10k: add dynamic tx mode switch config support for qca4019Raja Mani4-2/+37
2016-04-19ath10k: add some sanity checks to peer_map_event() functionsDan Carpenter1-0/+14
2016-04-19ath10k: fix rx_channel during hw reconfigureRajkumar Manoharan1-1/+7
2016-04-19ath10k: fix return value for btcoex and peer stats debugfsMohammed Shafi Shajakhan1-4/+8
2016-04-14ath10k: fix parenthesis alignmentKalle Valo1-1/+1
2016-04-14ath10k: prefer ether_addr_copy() over memcpy()Kalle Valo1-3/+2
2016-04-14ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()Kalle Valo2-3/+3
2016-04-14ath10k: prefer kernel type 'u64' over 'u_int64_t'Kalle Valo1-2/+2
2016-04-14ath10k: fix checkpatch warnings related to spacesKalle Valo13-30/+30
2016-04-12ath10k: remove MSI range supportRajkumar Manoharan2-157/+24
2016-04-12ath10k: enable set_tsf vdev command to WMI 10.4Peter Oh1-1/+1
2016-04-12ath10k: update 10.4 WMI vdev parametersPeter Oh1-0/+6
2016-04-12ath10k: add a support of set_tsf on vdev interfacePeter Oh4-0/+34
2016-04-12ath10k: Document alloc_frag_desc_for_data_pkt config option.Ben Greear1-1/+6
2016-04-11Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.or...David S. Miller69-1772/+3946
2016-04-07Merge ath-next from ath.gitKalle Valo68-1768/+3942
2016-04-07ath9k_htc: Delete unnecessary variable initialisationMarkus Elfring1-1/+1
2016-04-07ath9k: Remove unnecessary ?: operatorIvan Safonov1-3/+3
2016-04-07ath10k: fix unconditional num_mpdus_ready subtractionRajkumar Manoharan1-4/+4
2016-04-07ath10k: remove unnecessary warning for probe response dropsRajkumar Manoharan1-2/+2
2016-04-07ath10k: fix calibration init sequence of qca99x0Rajkumar Manoharan1-4/+2
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon2-2/+2
2016-04-04ath9k: fix rng high cpu loadMiaoqing Pan1-1/+19
2016-04-04wil6210: allow empty WMI commands in debugfs wmi_sendLior David1-2/+2
2016-04-04ath5k: Change led pin configuration for compaq c700 laptopJoseph Salisbury1-1/+1
2016-04-04ath10k: parse Rx MAC timestamp in mgmt frame for FW 10.4Peter Oh1-0/+9
2016-04-04ath10k: combine txrx and replenish taskRajkumar Manoharan2-17/+7
2016-04-04ath10k: reuse copy engine 5 (htt rx) descriptorsRajkumar Manoharan3-5/+84
2016-04-04ath10k: cleanup copy engine receive next completionRajkumar Manoharan3-52/+22
2016-04-04ath10k: register ath10k_htt_htc_t2h_msg_handlerRajkumar Manoharan3-9/+18
2016-04-04ath10k: speedup htt rx descriptor processing for rx_indRajkumar Manoharan2-21/+19
2016-04-04ath10k: cleanup amsdu processing for rx indicationRajkumar Manoharan1-59/+41
2016-04-04ath10k: remove unused fw_desc processingRajkumar Manoharan1-63/+2
2016-04-04ath10k: copy tx fetch indication messageRajkumar Manoharan1-3/+10
2016-04-04ath10k: speedup htt rx descriptor processing for tx completionRajkumar Manoharan4-37/+65
2016-04-04ath10k: enable parsing per station rx duration for 10.4Mohammed Shafi Shajakhan3-7/+58
2016-04-04ath10k: introduce Extended Resource Config support for 10.4Raja Mani3-0/+78
2016-03-23ath10k: enable debugfs provision to enable Peer Stats featureMohammed Shafi Shajakhan5-14/+94
2016-03-23ath10k: incorporate qca4019 cal data download sequenceRaja Mani2-2/+94
2016-03-23ath10k: move cal data len to hw_paramsRaja Mani4-6/+15
2016-03-23ath10k: pass cal data location as an argument to ath10k_download_cal_{file|dt}Raja Mani1-13/+11
2016-03-21ath10k: fix null deref if device crashes earlyMichal Kazior1-1/+5
2016-03-21ath10k: fix pull-push tx threshold handlingMichal Kazior1-7/+7
2016-03-21ath10k: fix tx hangMichal Kazior1-4/+4
2016-03-18ath10k: advertise force AP scan featureVasanthakumar Thiagarajan1-1/+2
2016-03-18ath10k: fix debugfs pktlog_filter writeAnilkumar Kolli1-1/+6
2016-03-18ath10k: free cached fw bin contents when get board id failsRaja Mani1-1/+1