aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2016-01-28ath10k: make some of ath10k_pci_* func reusableRaja Mani2-32/+63
2016-01-28ath10k: implement basic support for new tx path firmwareMichal Kazior3-9/+91
2016-01-28ath10k: clean up cont frag desc init codeMichal Kazior1-17/+41
2016-01-28ath10k: add new FW_FEATURE_PEER_FLOW_CONTROLMichal Kazior2-0/+10
2016-01-28ath10k: add new htt definitionsMichal Kazior1-3/+150
2016-01-28ath10k: rename some HTT eventsMichal Kazior3-10/+10
2016-01-26ath9k: fix data bus error on ar9300 and ar9580Miaoqing Pan2-1/+13
2016-01-26ath9k: fix inconsistent use of tab and space in indentationMiaoqing Pan1-3/+3
2016-01-26ath9k: do not reset while BB panic(0x4000409) on ar9561Miaoqing Pan1-2/+3
2016-01-26ath9k: clean up ANI per-channel pointer checkingMiaoqing Pan1-26/+6
2016-01-26ath9k: avoid ANI restart if no triggerMiaoqing Pan1-1/+3
2016-01-26ath9k: Drop useless const on chanctx_event_delta() return typeGeert Uytterhoeven1-1/+1
2016-01-26ath9k_hw: add low power tx gain table for AR953xFelix Fietkau2-0/+68
2016-01-26wil6210: handle multiple connect/disconnect eventsMaya Erez4-93/+156
2016-01-26wil6210: find TX vring only if vring_tx_data is enabledMaya Erez1-5/+12
2016-01-26wil6210: handle tx completions only if vring tx data is enabledMaya Erez1-2/+3
2016-01-26wil6210: use extra IEs from probe responseLior David1-39/+102
2016-01-26wil6210: fix privacy flag calculation in change_beaconLior David1-4/+4
2016-01-26ath9k_htc: add device ID for Toshiba WLM-20U2/GN-1080Alexander Tsoy1-0/+2
2016-01-26ath9k: request NOA update when chanctx activeKalle Valo2-2/+5
2016-01-26ath10k: remove the p2p notice of absence info from 10.2.4 FW beacon infoYanbo Li2-1/+55
2016-01-26ath10k: add debugfs support for Per STA total rx durationMohammed Shafi Shajakhan4-3/+54
2016-01-26ath10k: enable periodic peer stats updateMohammed Shafi Shajakhan1-0/+12
2016-01-26ath10k: provision to support periodic peer stats updateMohammed Shafi Shajakhan1-1/+4
2016-01-26ath10k: rename few function names of firmware statsMohammed Shafi Shajakhan1-9/+9
2016-01-26ath10k: cleanup setting pdev paramatersMohammed Shafi Shajakhan1-9/+11
2016-01-26ath10k: fix naming Peer stats rssi_changed field in 10.2.4Mohammed Shafi Shajakhan1-1/+1
2016-01-25ath9k_hw: ignore eeprom magic mismatch on flash based devicesFelix Fietkau1-6/+6
2016-01-21ath10k: add support for parsing per STA rx_duration for 10.2.4Mohammed Shafi Shajakhan3-2/+33
2016-01-21ath10k: prevent txrx running for too longMichal Kazior1-1/+9
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon5-15/+23
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds57-530/+1379
2016-01-07wcn36xx: split DMA mask register writing.Fengwei Yin1-1/+1
2016-01-07wcn36xx: handle rx skb allocation failure to avoid system crashFengwei Yin1-20/+21
2016-01-07ath9k: fix ath9k_hw_nvram_check_version()Dan Carpenter1-1/+1
2016-01-07ath9k: Enable support for cloned SKBSPawel Kulakowski1-0/+1
2016-01-07wil6210: support for platform specific crash recoveryLior David6-10/+73
2016-01-07wil6210: fix kernel OOPS when stopping interface during Rx trafficHamad Kadmany1-1/+11
2016-01-07ath10k: set SM power save disabled to default valuePeter Oh1-1/+2
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-9/+3
2015-12-31wil6210: fix a warning message conditionDan Carpenter1-1/+1
2015-12-31ath9k_htc: fix handling return value of ath9k_hw_calibrateAndrzej Hajda1-1/+1
2015-12-31ath10k: reduce indentation by moving powersave check within functionRajkumar Manoharan1-19/+15
2015-12-31ath10k: wake up device before accessing registersRajkumar Manoharan1-3/+3
2015-12-16Merge ath-next from ath.gitKalle Valo25-225/+422
2015-12-14ath10k: allow Mesh Point to install peer security keyPeter Oh1-1/+2
2015-12-11ath9k: fix inconsistent indenting on return statementColin Ian King1-1/+1
2015-12-11ath9k: feeding entropy in kernel from ADC captureMiaoqing Pan5-0/+145
2015-12-11ath9k: fix AR_RX_FILTER for ar9462/ar9565 when rx stoppedMiaoqing Pan2-3/+3