aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-17ath9k_htc: Fix endian issue in tx headerRajkumar Manoharan1-3/+5
2010-12-15mac80211: Add timeout to BA session start APISujith Manoharan1-1/+1
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-4/+4
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-15/+10
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-11-18ath9k_htc: Avoid setting QoS control for non-QoS framesRajkumar Manoharan1-1/+1
2010-11-15ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau1-1/+8
2010-10-15ath9k_htc: set probe request rx filterRajkumar Manoharan1-2/+1
2010-09-14ath9k_hw: remove useless hw capability flagsFelix Fietkau1-2/+1
2010-08-11ath9k_htc: fix panic on packet injection using airbase-ng tool.Rajkumar Manoharan1-5/+10
2010-06-15ath9k_htc: Fix ampdu_action callbackSujith1-4/+17
2010-06-14ath9k_hw: remove a useless function for setting the mac addressFelix Fietkau1-3/+0
2010-06-14ath9k_htc: use common WMM AC definitions instead of ath9k onesFelix Fietkau1-7/+6
2010-06-14ath9k_hw: inform ANI calibration when scanningLuis R. Rodriguez1-1/+1
2010-06-02ath9k_htc: Remove HW queue translationSujith1-10/+9
2010-06-02ath9k_htc: Initialize beacon/CAB queuesSujith1-7/+21
2010-06-02ath9k_htc: Add queue statistics to xmit debugfs fileSujith1-0/+4
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-27ath9k_htc: Simplify RX IRQ handlerSujith1-22/+22
2010-04-27ath9k_htc: Validate TX Endpoint IDSujith1-3/+12
2010-04-16ath9k_htc: Fix sparse endian warningsSujith1-8/+3
2010-04-07ath9k_htc: Add support for power save.Vivek Natarajan1-1/+6