aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-26ath9k: reduce listen time periodRajkumar Manoharan1-1/+1
2012-03-15ath9k: optimize register access functionsFelix Fietkau1-3/+3
2012-03-15ath9k_hw: remove ath9k_hw_getdefantennaFelix Fietkau1-1/+0
2012-03-15ath9k: Remove aggregation flagsSujith Manoharan1-8/+1
2012-03-07ath9k: make MAC sample statistics optionalFelix Fietkau1-1/+3
2012-02-27ath9k: Move BTCOEX init/deinit functions to gpio.cSujith Manoharan1-47/+1
2012-02-27ath9k: Initialize MCI params using a helperSujith Manoharan1-21/+2
2012-02-03ath9k: Fix kernel panic during driver initilizationMohammed Shafi Shajakhan1-4/+5
2011-12-19ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau1-3/+3
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-4/+3
2011-12-13ath9k: Reconfigure tx power on regulatory updateRajkumar Manoharan1-2/+15
2011-12-06ath9k: clarify max_streams for AR9462Mohammed Shafi Shajakhan1-0/+2
2011-11-30ath9k: MCI state machine based on MCI interruptMohammed Shafi Shajakhan1-0/+11
2011-11-30ath9k_hw: initialize MCI parametersMohammed Shafi Shajakhan1-0/+22
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-09ath9k: Advertise support for TDLSJouni Malinen1-0/+1
2011-11-08ath9k: Add btcoex profile management support for AR9462Rajkumar Manoharan1-0/+2
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-11ath9k_hw: clean up tx power handlingFelix Fietkau1-2/+0
2011-09-19ath9k_hw: fix setting the hardware diversity flagFelix Fietkau1-1/+0
2011-09-14ath9k: implement .get_antenna and .set_antennaFelix Fietkau1-7/+25
2011-09-14ath9k: always call ath_reset from workqueue contextFelix Fietkau1-0/+1
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau1-7/+2
2011-08-29ath9k: Add debugfs support for mac/baseband samplesRajkumar Manoharan1-0/+1
2011-08-24ath9k: Move ath9k_init_crypto to commonRajkumar Manoharan1-26/+1
2011-08-09ath9k: Use atomic reference count for interrupt opsRajkumar Manoharan1-0/+1
2011-08-08ath9k: remove all references to subsysid, it's never usedPavel Roskin1-4/+3
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+2
2011-08-01ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau1-0/+2
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-8/+17
2011-07-18ath9k: Fix sparse warningsRajkumar Manoharan1-8/+17
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-7/+0
2011-06-29ath9k: move few descriptor macros to ath9k.hMohammed Shafi Shajakhan1-7/+0
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+3
2011-06-22ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos1-0/+1
2011-06-22ath9k: use correct max_streams for AR9330Gabor Juhos1-1/+1
2011-06-22ath9k: add MAC revision detection for AR9330Gabor Juhos1-0/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-01ath9k: Add a debug entry to start/stop ANIMohammed Shafi Shajakhan1-1/+1
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-04-25ath9k: cleanup hw pll work handlerSenthil Balasubramanian1-0/+1
2011-04-25ath9k_hw: Get AHB clock information from ath9k_platform_dataVasanthakumar Thiagarajan1-0/+1
2011-03-30ath9k_hw: remove pCap->keycache_sizeFelix Fietkau1-7/+1
2011-03-30ath9k_hw: add a new register op for read-mask-writeFelix Fietkau1-0/+23
2011-03-30ath9k_hw: embed the ath_ops callbacks in the ath_hw structFelix Fietkau1-6/+3
2011-03-30ath9k: Support RSN IBSSJouni Malinen1-0/+2
2011-03-30ath9k: add support for overriding LED pin and GPIO settings from platform dataFelix Fietkau1-1/+7
2011-03-30ath9k: add support for overriding the MAC address through platform dataFelix Fietkau1-1/+6
2011-02-28ath9k: use generic mac80211 LED blinking codeFelix Fietkau1-0/+22
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-8/+0