aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16ath9k: add MSI supportRussell Hu1-0/+47
2017-05-08mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg1-2/+2
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-0/+1
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-7/+7
2017-02-07ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau1-10/+34
2015-01-15ath9k: Add QCA956x HW supportMiaoqing Pan1-1/+2
2014-12-01ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2014-05-19ath9k_hw: Abort transmission for sleeping stationRajkumar Manoharan1-0/+22
2014-03-17ath9k: Disable AR_INTR_SYNC_HOST1_FATAL for QCA953xSujith Manoharan1-1/+1
2014-01-03ath9k: Fix baseband watchdog interruptsSujith Manoharan1-3/+21
2013-12-18ath9k_hw: remove additional_swba_backoffFelix Fietkau1-2/+1
2013-12-18ath9k: add support for reporting per-chain signal strengthFelix Fietkau1-12/+12
2013-10-14ath9k_hw: remove IS_CHAN_B()Felix Fietkau1-5/+1
2013-08-15ath9k: Identify first subframe in an A-MPDUSujith Manoharan1-2/+2
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-4/+12
2013-05-30ath9k: check for Rx-STBC flag and pass it to ieee80211Oleksij Rempel1-0/+5
2013-05-30ath9k: remove useless flag conversation.Oleksij Rempel1-4/+7
2013-05-24ath9k_hw: improve performance for AR934x v1.3+Felix Fietkau1-1/+1
2013-04-10ath9k: detect more kinds of invalid descriptorsFelix Fietkau1-0/+8
2013-01-30ath9k: reorder error codes for spectralSimon Wunderlich1-4/+4
2012-08-10ath9k: fix interrupt storms on queued hardware resetFelix Fietkau1-6/+12
2012-07-09ath9k: disable SYNC_HOST1_FATAL interrupts for AR9550Gabor Juhos1-1/+1
2012-04-23ath9k_hw: increase tx abort timeout for half/quarter channelsFelix Fietkau1-1/+9
2012-03-15ath9k_hw: remove ath9k_hw_gettxintrtxqsFelix Fietkau1-7/+0
2012-03-15ath9k_hw: clean up tx completion interrupt handlingFelix Fietkau1-4/+3
2012-03-15ath9k_hw: simplify tx queue interrupt mask handlingFelix Fietkau1-15/+11
2012-03-05ath9k_hw: enable interrupts for beacon tx completion eventsFelix Fietkau1-1/+5
2012-01-16ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau1-2/+3
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-20/+16
2011-11-30ath9k_hw: check for asynchronous MCI interrupt pendingMohammed Shafi Shajakhan1-1/+4
2011-11-30ath9k_hw: take care of enabling MCI interruptsMohammed Shafi Shajakhan1-4/+8
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-11ath9k_hw: fix a regression in key miss handlingFelix Fietkau1-2/+2
2011-10-11ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by defaultFelix Fietkau1-3/+3
2011-09-19ath9k_hw: clean up hardware revision checksFelix Fietkau1-1/+1
2011-09-16ath9k_hw: remove the old tx descriptor APIFelix Fietkau1-12/+0
2011-08-24ath9k: qinfo never be NULL in setuptxqueueRajkumar Manoharan1-15/+2
2011-08-24ath9k: Remove unused argument tsf from ath9k_hw_rxprocdescRajkumar Manoharan1-1/+1
2011-08-09ath9k: Use atomic reference count for interrupt opsRajkumar Manoharan1-1/+12
2011-08-09ath9k: do not enable interrupt on set interrupt maskRajkumar Manoharan1-3/+0
2011-07-13ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian1-2/+1
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-05-10ath9k_hw: Change DCU backoff thresh for AR9340Rajkumar Manoharan1-2/+7
2011-04-28ath9k_hw: Enable generic timer interrupt.Vivek Natarajan1-0/+3
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-3/+22
2011-04-25ath9k_hw: Disable INTR_HOST1_FATAL to avoid interrupt strom with ar9430Vasanthakumar Thiagarajan1-4/+6
2011-04-12ath9k_hw: fix stopping rx DMA during resetsFelix Fietkau1-3/+22
2011-04-04ath9k: cleanup few redundant macrosMohammed Shafi Shajakhan1-2/+0
2011-03-30ath9k_hw: remove pCap->total_queuesFelix Fietkau1-33/+5
2011-03-30ath9k_hw: replace REG_READ+REG_WRITE with REG_RMWFelix Fietkau1-43/+30