aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-12ath9k_htc: remove useless memcpyOleksij Rempel1-5/+5
2014-02-12ath9k_htc: use ath9k_cmn_rx_skb_postprocessOleksij Rempel1-25/+3
2014-02-12ath9k_htc: sync rx_status-> related code with ath9kOleksij Rempel1-4/+5
2014-02-12ath9k_htc: use ath9k_cmn_rx_acceptOleksij Rempel1-37/+8
2014-02-12ath9k_htc: use ath9k_cmn_process_rateOleksij Rempel1-38/+2
2014-02-12ath9k_htc: use ath9k_cmn_process_rssiOleksij Rempel1-19/+2
2014-02-12ath9k_htc: add rx header converter to make it usable by ath9kOleksij Rempel1-1/+36
2014-01-16ath9k_htc: use ath_is_mybeaconOleksij Rempel1-3/+1
2014-01-03ath9k: use ether_addr_equal_64bitsJulia Lawall1-1/+1
2013-08-22ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa1-0/+10
2013-05-22ath9k_htc: Add support for mesh interfacesJavier Cardona1-1/+1
2013-04-10ath9k_common: remove ath9k_cmn_padposFelix Fietkau1-6/+4
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+4
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-4/+4
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-7/+11
2013-02-27ath9k_htc: fix signal strength handling issuesFelix Fietkau1-7/+11
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-7/+4
2012-12-11ath9k_htc: RX timestamp is reported at end of frameThomas Pedersen1-1/+1
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan1-13/+13
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-1/+1
2012-06-26ath9k_htc: Use atomic operations for op_flagsSujith Manoharan1-1/+1
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-8/+5
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-05-19ath9k_htc: Fix RX filter calculationSujith Manoharan1-0/+4
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan1-2/+0
2011-04-13ath9k_htc: Use helper routines for transmissionSujith Manoharan1-100/+127
2011-04-13ath9k_htc: Add a timer to cleanup WMI eventsSujith Manoharan1-1/+126
2011-04-13ath9k_htc: Add support for TX completionSujith Manoharan1-25/+183
2011-04-13ath9k_htc: Drain packets on station removalSujith Manoharan1-0/+8
2011-04-13ath9k_htc: Drain pending TX frames properlySujith Manoharan1-1/+30
2011-04-13ath9k_htc: Use helper functions for TX processingSujith Manoharan1-64/+73
2011-04-13ath9k_htc: Add TX slotsSujith Manoharan1-6/+45
2011-04-13ath9k_htc: Move endpoint header parsing to TX taskletSujith Manoharan1-23/+45
2011-04-13ath9k_htc: Introduce new HTC APISujith Manoharan1-24/+32
2011-04-13ath9k_htc: Fix TX queue managementSujith Manoharan1-10/+29
2011-04-13ath9k_htc: Move TX specific stuff to a separate structureSujith Manoharan1-12/+12
2011-04-13ath9k_htc: Use SKB's private area for TX parametersSujith Manoharan1-7/+8
2011-04-13ath9k_htc: Fix RX length checkSujith Manoharan1-2/+3
2011-04-13ath9k_htc: Add RX error statisticsSujith Manoharan1-0/+2
2011-04-13ath9k_htc: Handle buffered frames in AP modeSujith Manoharan1-3/+11
2011-04-13ath9k_htc: Add TSF adjust capabilitySujith Manoharan1-1/+11
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-02-23ath9k_htc: Fix RX filtersSujith Manoharan1-2/+7
2011-02-23ath9k_htc: Fix host RX initializationSujith Manoharan1-8/+0
2011-02-23ath9k_htc: Use VIF from the packet's control dataSujith Manoharan1-1/+7
2011-02-23ath9k_htc: Remove OP_ASSOCIATED variableSujith Manoharan1-14/+12
2011-02-23ath9k_htc: Remove OP_PROTECT_ENABLESujith Manoharan1-1/+1
2011-02-23ath9k_htc: Allow upto two simultaneous interfacesSujith Manoharan1-7/+22