aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-05carl9170: tx: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-09-04wireless: remove unnecessary unlikely()Igor Stoppa1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-4/+4
2014-08-28carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-06-13carl9170: add support for the new rate control APIChristian Lamparter1-78/+104
2013-03-06carl9170: fix frame drop and WARN due to minstrel_ht changeChristian Lamparter1-41/+28
2013-01-07carl9170: refactor carl9170_update_beaconChristian Lamparter1-53/+80
2012-12-06carl9170: explain why sta cannot be NULL for ampdusChristian Lamparter1-0/+7
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-8/+8
2012-07-11carl9170: fix HT peer BA session corruptionChristian Lamparter1-0/+63
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn1-3/+3
2012-02-29carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"John W. Linville1-1/+1
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+6
2012-02-29carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter1-3/+5
2012-02-29carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari1-0/+1
2012-01-27carl9170: allow users to lower output power levelChristian Lamparter1-0/+2
2011-11-21carl9170: use ieee80211_free_txskbChristian Lamparter1-2/+2
2011-11-02carl9170: fix AMPDU TX_CTL_REQ_TX_STATUS handlingChristian Lamparter1-4/+7
2011-07-18carl9170: set beacon xmit power to the maxChristian Lamparter1-83/+108
2011-07-18carl9170: move beacon_update into tx.cChristian Lamparter1-0/+129
2011-05-10carl9170: fix -Wunused-but-set-variable warningsChristian Lamparter1-9/+0
2011-04-26carl9170: improve unicast PS bufferingChristian Lamparter1-53/+104
2011-03-29carl9170: Fix tx aggregation problems with some clientsChristian Lamparter1-0/+7
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-3/+2
2011-01-27carl9170: utilize fw seq counter for mgmt/non-QoS data framesChristian Lamparter1-0/+3
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-11-29carl9170: fix carl9170_tx_prepare typoChristian Lamparter1-1/+1
2010-11-22carl9170: fix init-self regressionChristian Lamparter1-1/+1
2010-11-15carl9170: tx path reviewChristian Lamparter1-13/+13
2010-11-15carl9170: stop stale uplink BA sessionsChristian Lamparter1-0/+54
2010-09-28carl9170: revamp carl9170_tx_prepareChristian Lamparter1-80/+75
2010-09-28carl9170: remove lost-frame workaroundChristian Lamparter1-35/+2
2010-09-14carl9170: 802.11 rx/tx processing and usb backendChristian Lamparter1-0/+1373