summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2017-05-082-3/+3
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-287-7/+14
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-287-26/+25
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-247-3/+77
|\
| * ath9k: add noise floor override optionSimon Wunderlich2017-04-193-1/+67
| * ath9k: Add cast to u8 to FREQ2FBIN macroMatthias Kaehlcke2017-04-191-1/+1
| * ath9k: Add Dell Wireless 1601 with wowlan capabilityDamien Thébault2017-04-191-0/+5
| * ath9k: off by one in ath9k_hw_nvram_read_array()Dan Carpenter2017-04-191-1/+1
| * ath9k_htc: fix NULL-deref at probeJohan Hovold2017-04-051-0/+3
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-202-0/+4
|\ \ | |/ |/|
| * wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-062-0/+4
* | ath9k: don't trigger spectral scan when not enabledZefir Kurtisi2017-03-161-0/+3
* | ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin2017-03-091-0/+1
|/
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter2017-02-151-2/+2
* ath9k: Access rchan::buf only with per_cpu helperSven Eckelmann2017-02-141-1/+1
* ath9k: clean up and fix ath_tx_count_airtimeFelix Fietkau2017-02-141-36/+16
* ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau2017-02-075-26/+48
* ath9k_hw: check if the chip failed to wake upFelix Fietkau2017-02-071-0/+4
* ath9k: rename tx_complete_work to hw_check_workFelix Fietkau2017-02-075-30/+35
* ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSChristian Lamparter2017-01-138-8/+64
* ath9k: fix spelling mistake: "meaurement" -> "measurement"Colin Ian King2017-01-121-1/+1
* ath9k: ar9003_mac: kill off ACCESS_ONCE()Mark Rutland2017-01-121-46/+46
* ath9k: ar9002_mac: kill off ACCESS_ONCE()Mark Rutland2017-01-121-32/+32
* Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller2017-01-0218-373/+601
|\
| * ath9k: Turn ath_txq_lock/unlock() into static inlines.Toke Høiland-Jørgensen2016-12-152-14/+9
| * ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen2016-12-159-56/+303
| * ath9k: define all EEPROM fields in Little Endian formatMartin Blumenstingl2016-12-155-234/+174
| * ath9k: Make the EEPROM swapping check use the eepmisc registerMartin Blumenstingl2016-12-151-16/+41
| * ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl2016-12-155-47/+52
| * ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_revMartin Blumenstingl2016-12-156-18/+4
| * ath9k: Add an eeprom_ops callback for retrieving the eepmisc valueMartin Blumenstingl2016-12-155-4/+29
| * ath9k: indicate that the AR9003 EEPROM template values are little endianMartin Blumenstingl2016-12-152-5/+8
| * ath9k: Add a #define for the EEPROM "eepmisc" endianness bitMartin Blumenstingl2016-12-156-6/+8
* | ath9k: do not return early to fix rcu unlockingTobias Klausmann2016-12-211-1/+1
|/
* Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...David S. Miller2016-12-026-10/+30
|\
| * ath9k_htc: don't use HZ for usb msg timeoutsAnthony Romano2016-12-012-4/+7
| * ath9k: constify ath_bus_ops structureBhumika Goyal2016-12-011-1/+1
| * ath9k: feed only active spectral / dfs-detectorZefir Kurtisi2016-12-011-3/+14
| * ath9k: fix NULL pointer dereferenceMiaoqing Pan2016-11-231-1/+7
| * ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on successMatthias Schiffer2016-11-231-1/+1
* | Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-2711-241/+214
|\ \ | |/
| * ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen2016-11-158-235/+163
| * ath9k_htc: fix minor mistakes in dev_err messagesColin Ian King2016-11-151-3/+3
| * ath9k: parse the device configuration from an OF nodeMartin Blumenstingl2016-11-151-0/+42
| * ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)2016-11-151-2/+5
| * ath9k: change entropy formula for easier understandingMiaoqing Pan2016-10-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-302-23/+3
|\ \
| * | Revert "ath9k_hw: implement temperature compensation support for AR9003+"Felix Fietkau2016-10-132-23/+3
| |/
* | wireless: deprecate WDS and disable by defaultJohannes Berg2016-10-271-0/+6
|/
OpenPOWER on IntegriCloud