summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9003_mac.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Identify first subframe in an A-MPDUSujith Manoharan2013-08-151-0/+1
* ath9k: remove useless flag conversation.Oleksij Rempel2013-05-301-2/+3
* ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003Sven Eckelmann2012-09-281-0/+17
* ath9k_hw: Add AR9565 HW supportSujith Manoharan2012-09-111-1/+1
* drivers/net/wireless/ath/ath9k/ar9003_mac.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-111-1/+1
* ath9k_hw: process MCI interrupts only when btcoex is enabledRajkumar Manoharan2012-06-131-2/+5
* ath9k: Gather and report IRQ sync_cause errors.Ben Greear2012-04-161-0/+2
* ath9k: get rid of double queueing of rx frames on EDMAFelix Fietkau2012-03-071-12/+6Star
* Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips"Felix Fietkau2012-03-051-6/+2Star
* ath9k: decouple RX error checking for DFSZefir Kurtisi2012-02-291-6/+6
* ath9k_hw: Cleanup MCI bits from hw.hSujith Manoharan2012-02-271-0/+1
* ath9k_hw: Use a helper function to get MCI ISRSujith Manoharan2012-02-271-27/+2Star
* ath9k: Fix descriptor length for AR9462Sujith Manoharan2012-02-271-1/+5
* ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau2012-01-161-2/+3
* ath9k_hw: increase tx status ring buffer sizeRajkumar Manoharan2012-01-041-1/+1
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-8/+6Star
* ath9k_hw: Fix handling of MCI interruptMohammed Shafi Shajakhan2011-12-131-28/+29
* ath9k_hw: check for asynchronous interrupts before bailing outMohammed Shafi Shajakhan2011-12-131-1/+1
* ath9k_hw: check for MCI interrupt in get_isrMohammed Shafi Shajakhan2011-11-301-2/+34
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* ath9k_hw: fix a regression in key miss handlingFelix Fietkau2011-10-111-2/+2
* ath9k_hw: remove the old tx descriptor APIFelix Fietkau2011-09-161-203/+0Star
* ath9k_hw: add a new API for setting tx descriptorsFelix Fietkau2011-09-161-0/+127
* ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdescFelix Fietkau2011-09-161-2/+1Star
* ath9k: use u8 for the tx key indexFelix Fietkau2011-08-301-1/+1
* ath9k_hw: Fix descriptor status of TxOpExceededRajkumar Manoharan2011-08-241-2/+2
* ath9k_hw: Fix exceed transmission burst-time of 5GHzRajkumar Manoharan2011-08-241-26/+2Star
* ath9k_hw: Optimize rx descriptor processing for AR9003Rajkumar Manoharan2011-08-091-7/+8
* ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2011-07-131-2/+1Star
* ath9k_hw: Fix false tx hung detection in AR9003 chipsRajkumar Manoharan2011-06-271-2/+6
* ath9k_hw: remove ath9k_hw_get_desc_linkFelix Fietkau2011-06-011-8/+0Star
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k_hw: remove aggregation protection modeMohammed Shafi Shajakhan2011-05-051-11/+0Star
* ath9k: fix powersave frame filtering/buffering in AP modeFelix Fietkau2011-04-191-1/+11
* ath9k: remove set11n_virtualmorefragMohammed Shafi Shajakhan2011-04-041-12/+0Star
* ath9k_hw: partially revert "fix dma descriptor rx error bit parsing"Felix Fietkau2011-01-191-4/+4
* ath9k_hw: fix dma descriptor rx error bit parsingFelix Fietkau2011-01-041-5/+6
* ath9k_hw: remove ah->txpower_indexoffsetFelix Fietkau2010-12-131-1/+0Star
* ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-8/+8
* ath9k_hw: Fix low throughput issue with AR93xxSenthil Balasubramanian2010-11-161-2/+26
* ath9k_hw: optimize tx status descriptor processingFelix Fietkau2010-11-091-33/+36
* ath9k_hw: handle rx key missFelix Fietkau2010-09-141-1/+2
* drivers/net/wireless/ath/ath9k: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
* ath9k_hw: Fix AR9003 MPDU delimeter CRC check for middle subframesLuis R. Rodriguez2010-07-161-2/+29
* ath9k_hw: add functions for controlling PA predistortion calibrationFelix Fietkau2010-06-141-0/+8
* ath9k_hw: add support for the AR9003 baseband watchdogLuis R. Rodriguez2010-06-021-0/+5
* ath9k_hw: use the configured power limit for AR9003Felix Fietkau2010-04-271-0/+3
* ath9k_hw: add LDPC support for AR9003Luis R. Rodriguez2010-04-161-1/+2
* ath9k_hw: Compute pointer checksum over the link descriptorVasanthakumar Thiagarajan2010-04-161-15/+21
* ath9k_hw: Fill descriptor abstrations for AR9003Vasanthakumar Thiagarajan2010-04-161-5/+229