aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath.h
AgeCommit message (Expand)Author
2012-09-24ath9k: Add a module parameter to enable diversitySujith Manoharan
2012-07-12ath: Add Wake-on-Wireless debug maskMohammed Shafi Shajakhan
2012-06-25ath9k: fix dynamic WEP related regressionFelix Fietkau
2012-03-12ath9k: Add wiphy name to log messages.Ben Greear
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches
2011-12-15ath: add a debug level for DFSZefir Kurtisi
2011-12-15ath: document ATH_DBG_MCILuis R. Rodriguez
2011-12-13ath: optimize processing of CTLs for country IEs for world roaming cardsLuis R. Rodriguez
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-08ath9k: Add btcoex profile management support for AR9462Rajkumar Manoharan
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-11ath: remove ath_regulatory::current_rd_extFelix Fietkau
2011-10-11ath9k_hw: clean up tx power handlingFelix Fietkau
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau
2011-08-30ath: Make ath_printk void not int and remove unused struct ath_common *Joe Perches
2011-08-30ath: Make ath_dbg void not intJoe Perches
2011-06-01ath9k: Add a debug entry to start/stop ANIMohammed Shafi Shajakhan
2011-04-14ath: unshare struct ath_bus_ops between ath5k and ath9kFelix Fietkau
2011-03-30ath9k_hw: add a new register op for read-mask-writeFelix Fietkau
2011-01-19ath9k_htc: Add multiple register read APISujith Manoharan
2010-12-09ath: fix build break with ATH_DBG_WARN_ON_ONCEJohn W. Linville
2010-12-07ath9k_htc: Cleanup device identificationSujith Manoharan
2010-12-07ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Ben Greear
2010-12-07ath9k: Enable extended synch for AR9485 to fix L0s recovery issueVasanthakumar Thiagarajan
2010-12-07ath: Add and use ath_printk and ath_<level>Joe Perches
2010-11-29ath9k: Reintroduce modparam to enable btcoexVasanthakumar Thiagarajan
2010-11-24ath: Add a driver_info bitmask fieldRajkumar Manoharan
2010-10-11ath9k_hw: move the cycle counter tracking to athFelix Fietkau
2010-10-11ath9k_hw: store the clock rate in common data on channel changesFelix Fietkau
2010-10-06ath9k_hw: clean up register write bufferingFelix Fietkau
2010-10-05ath9k: remove the noise floor value in the ani structFelix Fietkau
2010-09-21ath/ath5k/ath9k: Fix crypto capabilities merge issueBruno Randolf
2010-09-16ath/ath9k: Replace common->splitmic with a flagBruno Randolf
2010-09-16ath: Copy key cache management functions from ath9k to athBruno Randolf
2010-09-16ath: Copy cryptographic capability flags into athBruno Randolf
2010-08-31ath9k: fix spurious MIC failure reportsFelix Fietkau
2010-04-16ath: Add buffered register write operationsSujith
2010-04-06ath: Add a bus type fieldSujith
2010-02-01ath9k: fix access to freed data on unloadPavel Roskin
2009-11-11ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez
2009-11-11ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez
2009-11-11ath9k: move struct ath_ani to common areaLuis R. Rodriguez
2009-10-07ath9k: initialize hw prior to debugfsLuis R. Rodriguez
2009-10-07atheros: define a common priv structLuis R. Rodriguez
2009-10-07atheros: move bus ops to ath_commonLuis R. Rodriguez
2009-10-07atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez
2009-10-07atheros: add common debug printingLuis R. Rodriguez
2009-10-07atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez
2009-10-07atheros: define shared bssidmask settingLuis R. Rodriguez
2009-10-07ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez