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