summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa2021-12-201-0/+5
* ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa2021-12-201-0/+8
* ath9k_htc: adhere to the DONT_REORDER transmit flagMathy Vanhoef2020-12-091-1/+6
* ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-4/+4
* ath9k_htc: Use appropriate rs_datalen typeMasashi Honma2020-08-171-1/+1
* ath9k_htc: Set RX filter based to allow broadcast Action frame RXJouni Malinen2020-05-301-1/+2
* ath9k_htc: Silence undersized packet warningsMasashi Honma2020-05-061-3/+3
* ath9k_htc: Discard undersized packetsMasashi Honma2019-10-011-4/+19
* ath9k_htc: Modify byte order for an error messageMasashi Honma2019-10-011-1/+1
* ath: move spin_lock_bh to spin_lock in taskletZhiwei Jiang2019-02-071-3/+3
* ath9k: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-291-4/+5
* ath: Convert timers to use timer_setup()Kees Cook2017-10-271-2/+2
* ath9k: remove cast to void pointerHimanshu Jha2017-09-251-3/+3
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-1/+2
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-3/+3
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-1/+1
* mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-241-8/+1
* ath9k_htc: process rx spectral packetsOleksij Rempel2014-11-111-0/+14
* ath9k_htc: fix rs_datalen conversationOleksij Rempel2014-11-111-1/+1
* ath9k_htc: fix random decryption failureJohannes Stezenbach2014-09-151-1/+1
* ath9k & ath9k_htc: move ath_rx_stats to cmnOleksij Rempel2014-05-131-2/+1
* ath9k_htc: set IEEE80211_TX_STAT_AMPDU for acked aggregated framesChun-Yeow Yeoh2014-04-091-1/+4
* ath9k_htc: use common->op_flagsOleksij Rempel2014-03-171-1/+2
* ath9k_htc: remove useless memcpyOleksij Rempel2014-02-121-5/+5
* ath9k_htc: use ath9k_cmn_rx_skb_postprocessOleksij Rempel2014-02-121-25/+3
* ath9k_htc: sync rx_status-> related code with ath9kOleksij Rempel2014-02-121-4/+5
* ath9k_htc: use ath9k_cmn_rx_acceptOleksij Rempel2014-02-121-37/+8
* ath9k_htc: use ath9k_cmn_process_rateOleksij Rempel2014-02-121-38/+2
* ath9k_htc: use ath9k_cmn_process_rssiOleksij Rempel2014-02-121-19/+2
* ath9k_htc: add rx header converter to make it usable by ath9kOleksij Rempel2014-02-121-1/+36
* ath9k_htc: use ath_is_mybeaconOleksij Rempel2014-01-161-3/+1
* ath9k: use ether_addr_equal_64bitsJulia Lawall2014-01-031-1/+1
* ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa2013-08-221-0/+10
* ath9k_htc: Add support for mesh interfacesJavier Cardona2013-05-221-1/+1
* ath9k_common: remove ath9k_cmn_padposFelix Fietkau2013-04-101-6/+4
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-4/+4
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-011-7/+11
|\ \ | |/ |/|
| * ath9k_htc: fix signal strength handling issuesFelix Fietkau2013-02-271-7/+11
* | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-7/+4
|/
* ath9k_htc: RX timestamp is reported at end of frameThomas Pedersen2012-12-111-1/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-1/+1
|\
| * mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* | ath9k/ath9k_htc: Remove WME macrosSujith Manoharan2012-11-211-13/+13
|/
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-1/+1
* ath9k_htc: Use atomic operations for op_flagsSujith Manoharan2012-06-261-1/+1
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-8/+5
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k_htc: Fix RX filter calculationSujith Manoharan2011-05-191-0/+4
* ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan2011-04-251-2/+0