aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-16ath: add common function ath_is_mybeaconGravatar Oleksij Rempel 1-0/+2
2013-08-05ath9k: Cleanup WLAN/BT RX diversityGravatar Sujith Manoharan 1-1/+1
2013-06-18ath9k: Merge HWTIMER debug level with BTCOEXGravatar Sujith Manoharan 1-7/+6
2012-09-24ath9k: Add a module parameter to enable diversityGravatar Sujith Manoharan 1-0/+1
2012-07-12ath: Add Wake-on-Wireless debug maskGravatar Mohammed Shafi Shajakhan 1-0/+2
2012-06-25ath9k: fix dynamic WEP related regressionGravatar Felix Fietkau 1-0/+1
2012-03-12ath9k: Add wiphy name to log messages.Gravatar Ben Greear 1-15/+11
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOGravatar Joe Perches 1-2/+5
2011-12-15ath: add a debug level for DFSGravatar Zefir Kurtisi 1-0/+2
2011-12-15ath: document ATH_DBG_MCIGravatar Luis R. Rodriguez 1-0/+3
2011-12-13ath: optimize processing of CTLs for country IEs for world roaming cardsGravatar Luis R. Rodriguez 1-0/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar John W. Linville 1-3/+2
2011-11-08ath9k: Add btcoex profile management support for AR9462Gravatar Rajkumar Manoharan 1-0/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-3/+2
2011-10-11ath: remove ath_regulatory::current_rd_extGravatar Felix Fietkau 1-1/+0
2011-10-11ath9k_hw: clean up tx power handlingGravatar Felix Fietkau 1-1/+0
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskGravatar Felix Fietkau 1-3/+0
2011-08-30ath: Make ath_printk void not int and remove unused struct ath_common *Gravatar Joe Perches 1-11/+16
2011-08-30ath: Make ath_dbg void not intGravatar Joe Perches 1-17/+12
2011-06-01ath9k: Add a debug entry to start/stop ANIGravatar Mohammed Shafi Shajakhan 1-0/+1
2011-04-14ath: unshare struct ath_bus_ops between ath5k and ath9kGravatar Felix Fietkau 1-8/+1
2011-03-30ath9k_hw: add a new register op for read-mask-writeGravatar Felix Fietkau 1-0/+1
2011-01-19ath9k_htc: Add multiple register read APIGravatar Sujith Manoharan 1-0/+2
2010-12-09ath: fix build break with ATH_DBG_WARN_ON_ONCEGravatar John W. Linville 1-1/+4
2010-12-07ath9k_htc: Cleanup device identificationGravatar Sujith Manoharan 1-6/+0
2010-12-07ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Gravatar Ben Greear 1-0/+2
2010-12-07ath9k: Enable extended synch for AR9485 to fix L0s recovery issueGravatar Vasanthakumar Thiagarajan 1-0/+1
2010-12-07ath: Add and use ath_printk and ath_<level>Gravatar Joe Perches 1-0/+103
2010-11-29ath9k: Reintroduce modparam to enable btcoexGravatar Vasanthakumar Thiagarajan 1-0/+2
2010-11-24ath: Add a driver_info bitmask fieldGravatar Rajkumar Manoharan 1-0/+6
2010-10-11ath9k_hw: move the cycle counter tracking to athGravatar Felix Fietkau 1-0/+14
2010-10-11ath9k_hw: store the clock rate in common data on channel changesGravatar Felix Fietkau 1-0/+2
2010-10-06ath9k_hw: clean up register write bufferingGravatar Felix Fietkau 1-3/+1
2010-10-05ath9k: remove the noise floor value in the ani structGravatar Felix Fietkau 1-1/+0
2010-09-21ath/ath5k/ath9k: Fix crypto capabilities merge issueGravatar Bruno Randolf 1-7/+2
2010-09-16ath/ath9k: Replace common->splitmic with a flagGravatar Bruno Randolf 1-1/+1
2010-09-16ath: Copy key cache management functions from ath9k to athGravatar Bruno Randolf 1-0/+27
2010-09-16ath: Copy cryptographic capability flags into athGravatar Bruno Randolf 1-0/+10
2010-08-31ath9k: fix spurious MIC failure reportsGravatar Felix Fietkau 1-0/+1
2010-04-16ath: Add buffered register write operationsGravatar Sujith 1-1/+13
2010-04-06ath: Add a bus type fieldGravatar Sujith 1-3/+10
2010-02-01ath9k: fix access to freed data on unloadGravatar Pavel Roskin 1-1/+0
2009-11-11ath9k: move driver keymap, keymax and splitmic to commonGravatar Luis R. Rodriguez 1-0/+14
2009-11-11ath: move the rx bufsize to common to share with ath5k/ath9kGravatar Luis R. Rodriguez 1-0/+2
2009-11-11ath9k: move struct ath_ani to common areaGravatar Luis R. Rodriguez 1-0/+12
2009-10-07ath9k: initialize hw prior to debugfsGravatar Luis R. Rodriguez 1-0/+6
2009-10-07atheros: define a common priv structGravatar Luis R. Rodriguez 1-0/+1
2009-10-07atheros: move bus ops to ath_commonGravatar Luis R. Rodriguez 1-0/+10
2009-10-07atheros: move tx/rx chainmask to ath_commonGravatar Luis R. Rodriguez 1-0/+3
2009-10-07atheros: add common debug printingGravatar Luis R. Rodriguez 1-0/+3