summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-12ath10k: add a support of set_tsf on vdev interfacePeter Oh1-0/+27
2016-04-07ath10k: remove unnecessary warning for probe response dropsRajkumar Manoharan1-2/+2
2016-03-23ath10k: enable debugfs provision to enable Peer Stats featureMohammed Shafi Shajakhan1-1/+1
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: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan1-9/+17
2016-03-06ath10k: fix firmware assert in monitor modeRajkumar Manoharan1-1/+4
2016-03-06ath10k: implement push-pull txMichal Kazior1-4/+40
2016-03-06ath10k: keep track of queue depth per txqMichal Kazior1-0/+5
2016-03-06ath10k: store txq in skb_cbMichal Kazior1-2/+17
2016-03-06ath10k: implement updating shared htt txq stateMichal Kazior1-0/+3
2016-03-06ath10k: implement wake_tx_queueMichal Kazior1-0/+144
2016-03-06ath10k: add fast peer_map lookupMichal Kazior1-6/+65
2016-03-06ath10k: maintain peer_id for each sta and vifMichal Kazior1-0/+38
2016-03-06ath10k: refactor tx pending managementMichal Kazior1-8/+43
2016-03-06ath10k: unify txpath decisionMichal Kazior1-11/+43
2016-03-06ath10k: refactor tx codeMichal Kazior1-55/+96
2016-03-06Merge 'net-next/master'Kalle Valo1-3/+4
2016-02-02ath10k: add abstraction layer for vdev subtypePeter Oh1-5/+10
2016-02-02ath10k: use vif->type and vif->p2p for P2P_GO checkPeter Oh1-6/+2
2016-02-02ath10k: rename Mesh related service namesPeter Oh1-2/+2
2016-01-26ath10k: enable periodic peer stats updateMohammed Shafi Shajakhan1-0/+12
2016-01-26ath10k: cleanup setting pdev paramatersMohammed Shafi Shajakhan1-9/+11
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+4
2016-01-07ath10k: set SM power save disabled to default valuePeter Oh1-1/+2
2015-12-16Merge ath-next from ath.gitKalle Valo1-1/+2
2015-12-14ath10k: allow Mesh Point to install peer security keyPeter Oh1-1/+2
2015-12-08Merge tag 'wireless-drivers-next-for-davem-2015-12-07' of git://git.kernel.or...David S. Miller1-92/+112
2015-11-30ath10k: apply Mesh subtype when Mesh interface created.Peter Oh1-1/+3
2015-11-30ath10k: Enable AP + STA interface combination support for 10.xMohammed Shafi Shajakhan1-13/+17
2015-11-23ath10k: replace vdev_id and tid in skb cbMichal Kazior1-34/+6
2015-11-23ath10k: fix tx header parsingMichal Kazior1-0/+3
2015-11-23ath10k: pack up flags in skb_cbMichal Kazior1-3/+7
2015-11-23ath10k: remove freq from skb_cbMichal Kazior1-4/+1
2015-11-23ath10k: remove is_offchanMichal Kazior1-2/+0
2015-11-23ath10k: remove txmode from skb_cbMichal Kazior1-10/+30
2015-11-23ath10k: rename function to adhere to naming conventionMichal Kazior1-3/+6
2015-11-23ath10k: merge is_protected with nohwcryptMichal Kazior1-4/+10
2015-11-16ath10k: fix the wrong RX rate idx report at 11G modeYanbo Li1-1/+4
2015-11-12ath10k: fix peerid configuration in htt tx desc for htt version < 3.4Vasanthakumar Thiagarajan1-2/+3
2015-11-12ath10k: rename the helper which is used for off-channel txVasanthakumar Thiagarajan1-4/+4
2015-11-10ath10k: fix invalid NSS for 4x4 devicesRajkumar Manoharan1-1/+1
2015-11-04ath10k: set peer MFP flag in peer assoc commandTamizh chelvam1-1/+7
2015-11-04ath10k: add abstraction layer for peer flagsTamizh chelvam1-16/+17
2015-10-29ath10k: reload HT/VHT capabilities on antenna changeRajkumar Manoharan1-11/+28
2015-10-29ath10k: move static HT/VHT capability setup functionsRajkumar Manoharan1-140/+140
2015-10-29ath10k: fill HT/VHT MCS rateset only for configured chainmaskRajkumar Manoharan1-3/+5
2015-10-29ath10k: remove supported chain maskRajkumar Manoharan1-12/+5
2015-10-28ath10k: enable adaptive CCAMaharaja1-0/+12