aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/ath9k/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-19ath9k: fix misleading indentBob Copeland1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-6/+6
2016-07-08ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg1-17/+26
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg1-3/+4
2016-07-08ath9k: Expose tsf_adjustment in mac80211 tsf getters and setters.Benjamin Berg1-0/+2
2016-07-08ath9k: Handle channel context in get_/set_/reset_tsfBenjamin Berg1-3/+18
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2016-03-11ath9k: cleanup led_pin initialMiaoqing Pan1-7/+2
2016-03-11ath9k: make GPIO API to support both of WMAC and SOCMiaoqing Pan1-3/+3
2016-03-06Merge 'net-next/master'Kalle Valo1-3/+5
2016-01-26ath9k: request NOA update when chanctx activeKalle Valo1-1/+4
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2015-12-11ath9k: feeding entropy in kernel from ADC captureMiaoqing Pan1-0/+4
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+7
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik1-1/+7
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-1/+1
2015-08-06ath9k: setup rxfilter when offchannelJanusz.Dziedzic@tieto.com1-0/+3
2015-08-06ath9k: setup rxfilter for all chanctxJanusz.Dziedzic@tieto.com1-1/+3
2015-08-06ath9k: handle RoC cancel correctlyJanusz.Dziedzic@tieto.com1-2/+2
2015-06-08ath9k: fix DMA stop sequence for AR9003+Felix Fietkau1-5/+7
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-2/+1
2015-03-06Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-8/+44
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-03ath9k: add per-vif TX power capabilityLorenzo Bianconi1-8/+44
2015-02-09Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-9/+0
2015-02-03ath9k: Remove unused BMISS processingSujith Manoharan1-9/+0
2015-01-19ath9k: fix race condition in irq processing during hardware resetFelix Fietkau1-4/+3
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+6
2014-12-01ath9k: do not access hardware on IRQs during resetFelix Fietkau1-6/+8
2014-12-01ath9k: set ATH_OP_INVALID before disabling hardwareFelix Fietkau1-1/+3
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+5
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+5
2014-11-17ath9k: Handle failure to send NoASujith Manoharan1-1/+8
2014-11-17ath9k: Cancel pending offchannel operationsSujith Manoharan1-13/+30
2014-11-17ath9k: Fix LED configurationSujith Manoharan1-2/+4
2014-11-17ath9k|ath9k_htc: Seperate the software crypto flag for Tx and RxChun-Yeow Yeoh1-1/+1
2014-11-17ath9k: fix the assignment of hw queues for mesh interfaceChun-Yeow Yeoh1-1/+2
2014-11-17ath9k: fix regression in bssidmask calculationBen Greear1-3/+6
2014-11-11ath9k: move ath9k_spectral_scan_ from main.c to spectral.cOleksij Rempel1-70/+0
2014-11-11ath9k: make ath9k_spectral_scan_ do not depend on ath_softcOleksij Rempel1-13/+13
2014-11-11ath9k: use ath_common instead of ieee80211_hw in ath9k_spectral_scan_Oleksij Rempel1-7/+5
2014-11-11ath9k: use ath_ps_ops in ath9k_spectral_scan_Oleksij Rempel1-4/+4
2014-11-11ath9k: move spec_config to ath_spec_scan_privOleksij Rempel1-6/+6
2014-11-11ath9k: move spectral_mode to ath_spec_scan_privOleksij Rempel1-2/+2
2014-11-11ath9k: add support for reporting tx power to mac80211Felix Fietkau1-4/+25
2014-10-27ath9k: fix processing RXORN interruptsFelix Fietkau1-4/+3
2014-10-27ath9k: Do not start BA when scanningSujith Manoharan1-0/+7
2014-10-27ath9k: Improve flush() in mcc modeSujith Manoharan1-3/+25
2014-10-27ath9k: Fix HW scan abortSujith Manoharan1-1/+13