summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2016-12-15ath9k: define all EEPROM fields in Little Endian formatMartin Blumenstingl5-234/+174
2016-12-15ath9k: Make the EEPROM swapping check use the eepmisc registerMartin Blumenstingl1-16/+41
2016-12-15ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl5-47/+52
2016-12-15ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_revMartin Blumenstingl6-18/+4
2016-12-15ath9k: Add an eeprom_ops callback for retrieving the eepmisc valueMartin Blumenstingl5-4/+29
2016-12-15ath9k: indicate that the AR9003 EEPROM template values are little endianMartin Blumenstingl2-5/+8
2016-12-15ath9k: Add a #define for the EEPROM "eepmisc" endianness bitMartin Blumenstingl6-6/+8
2016-12-02Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...David S. Miller6-10/+30
2016-12-01ath9k_htc: don't use HZ for usb msg timeoutsAnthony Romano2-4/+7
2016-12-01ath9k: constify ath_bus_ops structureBhumika Goyal1-1/+1
2016-12-01ath9k: feed only active spectral / dfs-detectorZefir Kurtisi1-3/+14
2016-11-28Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller11-241/+214
2016-11-23ath9k: fix NULL pointer dereferenceMiaoqing Pan1-1/+7
2016-11-23ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on successMatthias Schiffer1-1/+1
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen8-235/+163
2016-11-15ath9k_htc: fix minor mistakes in dev_err messagesColin Ian King1-3/+3
2016-11-15ath9k: parse the device configuration from an OF nodeMartin Blumenstingl1-0/+42
2016-11-15ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-2/+5
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-23/+3
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg1-0/+6
2016-10-13ath9k: change entropy formula for easier understandingMiaoqing Pan1-1/+1
2016-10-13Revert "ath9k_hw: implement temperature compensation support for AR9003+"Felix Fietkau2-23/+3
2016-09-28ath9k: disable RNG by defaultMiaoqing Pan1-1/+1
2016-09-09Merge branch 'ath-current' into ath-nextKalle Valo2-8/+14
2016-09-09ath9k: remove repetitions of mask array sizeBob Copeland1-6/+3
2016-09-09ath9k: improve powersave filter handlingFelix Fietkau1-3/+9
2016-09-09ath9k: use ieee80211_tx_status_noskb where possibleFelix Fietkau1-32/+62
2016-09-07ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius1-2/+7
2016-09-02ath9k: fix AR5416 access GPIO warningMiaoqing Pan1-2/+2
2016-09-02ath9k: mark ath_fill_led_pin() staticBaoyou Xie1-1/+1
2016-08-22ath9k: fix using sta->drv_priv before initializing itFelix Fietkau1-4/+4
2016-08-22ath9k: fix client mode beacon configurationFelix Fietkau1-0/+1
2016-08-19ath9k: consider return code onEduardo Abinader1-2/+4
2016-08-19ath9k: fix misleading indentBob Copeland1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada4-11/+11
2016-07-19ath9k_hw: implement temperature compensation support for AR9003+Felix Fietkau2-3/+23
2016-07-19ath9k_hw: get rid of some duplicate code in calibration initFelix Fietkau1-32/+22
2016-07-19ath9k_hw: simplify ar9003_hw_per_calibrationFelix Fietkau1-27/+26
2016-07-19ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERMFelix Fietkau1-15/+10
2016-07-19ath9k_hw: fix spectral scan on AR9285 and newerFelix Fietkau2-10/+27
2016-07-19ath9k: simplify the code-paths when not using the built-in EEPROMMartin Blumenstingl3-53/+41
2016-07-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo12-193/+252
2016-07-08ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg4-126/+165
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg8-14/+11
2016-07-08ath9k: Expose tsf_adjustment in mac80211 tsf getters and setters.Benjamin Berg1-0/+2
2016-07-08ath9k: Use tsf offset helper in ath9k_hw_resetBenjamin Berg1-8/+8
2016-07-08ath9k: Handle channel context in get_/set_/reset_tsfBenjamin Berg1-3/+18
2016-07-08ath9k: Correct TSF adjustment to align the beacon time correctlyBenjamin Berg1-4/+8
2016-07-08ath9k: move all ath9k_platform_data initialization into one functionMartin Blumenstingl1-24/+25
2016-07-08ath9k: remove return value from ath9k_hw_init_macaddrMartin Blumenstingl1-10/+5