summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/mac.c
AgeCommit message (Expand)Author
2016-04-19ath10k: fix rx_channel during hw reconfigureRajkumar Manoharan
2016-04-14ath10k: fix parenthesis alignmentKalle Valo
2016-04-14ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()Kalle Valo
2016-04-14ath10k: fix checkpatch warnings related to spacesKalle Valo
2016-04-12ath10k: add a support of set_tsf on vdev interfacePeter Oh
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-04-07ath10k: remove unnecessary warning for probe response dropsRajkumar Manoharan
2016-03-23ath10k: enable debugfs provision to enable Peer Stats featureMohammed Shafi Shajakhan
2016-03-21ath10k: fix pull-push tx threshold handlingMichal Kazior
2016-03-21ath10k: fix tx hangMichal Kazior
2016-03-18ath10k: advertise force AP scan featureVasanthakumar Thiagarajan
2016-03-18ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan
2016-03-06ath10k: fix firmware assert in monitor modeRajkumar Manoharan
2016-03-06ath10k: implement push-pull txMichal Kazior
2016-03-06ath10k: keep track of queue depth per txqMichal Kazior
2016-03-06ath10k: store txq in skb_cbMichal Kazior
2016-03-06ath10k: implement updating shared htt txq stateMichal Kazior
2016-03-06ath10k: implement wake_tx_queueMichal Kazior
2016-03-06ath10k: add fast peer_map lookupMichal Kazior
2016-03-06ath10k: maintain peer_id for each sta and vifMichal Kazior
2016-03-06ath10k: refactor tx pending managementMichal Kazior
2016-03-06ath10k: unify txpath decisionMichal Kazior
2016-03-06ath10k: refactor tx codeMichal Kazior
2016-03-06Merge 'net-next/master'Kalle Valo
2016-02-02ath10k: add abstraction layer for vdev subtypePeter Oh
2016-02-02ath10k: use vif->type and vif->p2p for P2P_GO checkPeter Oh
2016-02-02ath10k: rename Mesh related service namesPeter Oh
2016-01-26ath10k: enable periodic peer stats updateMohammed Shafi Shajakhan
2016-01-26ath10k: cleanup setting pdev paramatersMohammed Shafi Shajakhan
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon
2016-01-07ath10k: set SM power save disabled to default valuePeter Oh
2015-12-16Merge ath-next from ath.gitKalle Valo
2015-12-14ath10k: allow Mesh Point to install peer security keyPeter Oh
2015-12-08Merge tag 'wireless-drivers-next-for-davem-2015-12-07' of git://git.kernel.or...David S. Miller
2015-11-30ath10k: apply Mesh subtype when Mesh interface created.Peter Oh
2015-11-30ath10k: Enable AP + STA interface combination support for 10.xMohammed Shafi Shajakhan
2015-11-23ath10k: replace vdev_id and tid in skb cbMichal Kazior
2015-11-23ath10k: fix tx header parsingMichal Kazior
2015-11-23ath10k: pack up flags in skb_cbMichal Kazior
2015-11-23ath10k: remove freq from skb_cbMichal Kazior
2015-11-23ath10k: remove is_offchanMichal Kazior
2015-11-23ath10k: remove txmode from skb_cbMichal Kazior
2015-11-23ath10k: rename function to adhere to naming conventionMichal Kazior
2015-11-23ath10k: merge is_protected with nohwcryptMichal Kazior
2015-11-16ath10k: fix the wrong RX rate idx report at 11G modeYanbo Li
2015-11-12ath10k: fix peerid configuration in htt tx desc for htt version < 3.4Vasanthakumar Thiagarajan
2015-11-12ath10k: rename the helper which is used for off-channel txVasanthakumar Thiagarajan
2015-11-10ath10k: fix invalid NSS for 4x4 devicesRajkumar Manoharan
2015-11-04ath10k: set peer MFP flag in peer assoc commandTamizh chelvam
2015-11-04ath10k: add abstraction layer for peer flagsTamizh chelvam