aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg1-1/+1
2016-07-08ath9k: move all ath9k_platform_data initialization into one functionMartin Blumenstingl1-24/+25
2016-07-08ath9k: Allow configuration of LED polarity in platform data.Martin Blumenstingl1-0/+3
2016-04-26Merge ath-next from ath.gitKalle Valo1-1/+8
2016-04-25ath9k: Add a module parameter to invert LED polarity.Vittorio Gambaletta (VittGam)1-0/+7
2016-04-19ath9k: remove duplicate assignment of variable ahColin Ian King1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-6/+6
2016-04-07Merge ath-next from ath.gitKalle Valo1-1/+0
2016-03-14ath9k: fix misleading indentationArnd Bergmann1-2/+2
2016-03-11ath9k: cleanup led_pin initialMiaoqing Pan1-1/+0
2016-01-28ath9k: do not limit the number of DFS channel interfaces to 1Felix Fietkau1-20/+5
2016-01-07ath9k: Enable support for cloned SKBSPawel Kulakowski1-0/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik1-1/+2
2015-09-26ath9k: declare required extra tx headroomFelix Fietkau1-0/+1
2015-08-06ath9k: add fast-xmit supportFelix Fietkau1-0/+1
2015-08-06ath9k: advertise p2p dev support when chanctxJanusz.Dziedzic@tieto.com1-1/+6
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-12/+12
2015-03-30ath9k: add multi_read to be compatible with ath9k_htcOleksij Rempel1-0/+11
2015-03-16ath9k: allow 40MHz radar detection widthZefir Kurtisi1-1/+2
2015-03-13ath9k: Initialize pll_pwrsave for AR9462/AR9565Sujith Manoharan1-0/+1
2015-03-13ath9k: Fix PLL powersave for AR9485Sujith Manoharan1-1/+7
2015-02-03ath9k: Fix wow init/deinitSujith Manoharan1-0/+1
2015-01-27ath9k and ath9k_htc: rename variable "led_blink"Hong Xu1-2/+2
2014-12-01ath9k: prevent early IRQs from accessing hardwareFelix Fietkau1-4/+5
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-25/+30
2014-11-17ath9k: Fix LED configurationSujith Manoharan1-0/+3
2014-11-17ath9k: ath9k_op_ps_wakeup() can be statickbuild test robot1-3/+3
2014-11-11ath9k: add ath_ps_ops bindingsOleksij Rempel1-0/+16
2014-11-11ath9k: add ath_hw to ath_spec_scan_privOleksij Rempel1-0/+1
2014-11-11ath9k: move spec_config to ath_spec_scan_privOleksij Rempel1-6/+6
2014-11-11ath9k: add support for reporting tx power to mac80211Felix Fietkau1-11/+14
2014-10-27ath9k: allow disabling bands via platform dataFelix Fietkau1-0/+2
2014-10-27ath9k: add support for endian swap of eeprom from platform dataFelix Fietkau1-0/+2
2014-10-27ath9k_hw: make support for PC-OEM cards optionalFelix Fietkau1-0/+3
2014-10-23ath9k: Enable HW queue control only for MCCSujith Manoharan1-25/+30
2014-09-09ath9k: Use a subroutine to assign HW queuesSujith Manoharan1-1/+1
2014-09-09ath9k: Add CTWindow supportSujith Manoharan1-2/+3
2014-08-28ath9k: Fix interface limitsSujith Manoharan1-2/+4
2014-08-28ath9k: Add ath9k_offchannel_initSujith Manoharan1-0/+1
2014-08-28ath9k: Add a routine for initializing channel contextsSujith Manoharan1-4/+2
2014-08-28ath9k: Isolate ath9k_use_chanctx module parameterSujith Manoharan1-25/+38
2014-08-28ath9k: Isolate P2P powersave routinesSujith Manoharan1-6/+3
2014-08-28ath9k: Handle failure to allocate HW timerSujith Manoharan1-1/+3
2014-08-28ath9k: Add a debug level for channel contextSujith Manoharan1-0/+2
2014-07-01ath9k: Increase max listen intervalRajkumar Manoharan1-1/+1
2014-06-19ath9k: Advertise multichannel supportRajkumar Manoharan1-2/+20
2014-06-19ath9k: use separate HW queue for each channel contextRajkumar Manoharan1-1/+9
2014-06-19ath9k: Add recovery mechanism for hw TSF timerFelix Fietkau1-0/+1