summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
AgeCommit message (Expand)Author
2023-03-11ath9k: htc: clean up statistics macrosPavel Skripkin
2022-06-14ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter
2020-11-18ath9k_htc: Use appropriate rs_datalen typeMasashi Honma
2020-06-17ath9k_htc: Silence undersized packet warningsMasashi Honma
2020-01-09ath9k_htc: Discard undersized packetsMasashi Honma
2020-01-09ath9k_htc: Modify byte order for an error messageMasashi Honma
2019-02-07ath: move spin_lock_bh to spin_lock in taskletZhiwei Jiang
2018-06-29ath9k: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2017-10-27ath: Convert timers to use timer_setup()Kees Cook
2017-09-25ath9k: remove cast to void pointerHimanshu Jha
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg
2014-11-11ath9k_htc: process rx spectral packetsOleksij Rempel
2014-11-11ath9k_htc: fix rs_datalen conversationOleksij Rempel
2014-09-15ath9k_htc: fix random decryption failureJohannes Stezenbach
2014-05-13ath9k & ath9k_htc: move ath_rx_stats to cmnOleksij Rempel
2014-04-09ath9k_htc: set IEEE80211_TX_STAT_AMPDU for acked aggregated framesChun-Yeow Yeoh
2014-03-17ath9k_htc: use common->op_flagsOleksij Rempel
2014-02-12ath9k_htc: remove useless memcpyOleksij Rempel
2014-02-12ath9k_htc: use ath9k_cmn_rx_skb_postprocessOleksij Rempel
2014-02-12ath9k_htc: sync rx_status-> related code with ath9kOleksij Rempel
2014-02-12ath9k_htc: use ath9k_cmn_rx_acceptOleksij Rempel
2014-02-12ath9k_htc: use ath9k_cmn_process_rateOleksij Rempel
2014-02-12ath9k_htc: use ath9k_cmn_process_rssiOleksij Rempel
2014-02-12ath9k_htc: add rx header converter to make it usable by ath9kOleksij Rempel
2014-01-16ath9k_htc: use ath_is_mybeaconOleksij Rempel
2014-01-03ath9k: use ether_addr_equal_64bitsJulia Lawall
2013-08-22ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa
2013-05-22ath9k_htc: Add support for mesh interfacesJavier Cardona
2013-04-10ath9k_common: remove ath9k_cmn_padposFelix Fietkau
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-27ath9k_htc: fix signal strength handling issuesFelix Fietkau
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2012-12-11ath9k_htc: RX timestamp is reported at end of frameThomas Pedersen
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn
2012-06-26ath9k_htc: Use atomic operations for op_flagsSujith Manoharan
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan
2011-05-19ath9k_htc: Fix RX filter calculationSujith Manoharan
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan
2011-04-13ath9k_htc: Use helper routines for transmissionSujith Manoharan
2011-04-13ath9k_htc: Add a timer to cleanup WMI eventsSujith Manoharan
2011-04-13ath9k_htc: Add support for TX completionSujith Manoharan