index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k_hw: check if the chip failed to wake up
Felix Fietkau
2017-02-07
1
-0
/
+4
*
ath9k: rename tx_complete_work to hw_check_work
Felix Fietkau
2017-02-07
5
-30
/
+35
*
ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFS
Christian Lamparter
2017-01-13
8
-8
/
+64
*
ath9k: fix spelling mistake: "meaurement" -> "measurement"
Colin Ian King
2017-01-12
1
-1
/
+1
*
ath9k: ar9003_mac: kill off ACCESS_ONCE()
Mark Rutland
2017-01-12
1
-46
/
+46
*
ath9k: ar9002_mac: kill off ACCESS_ONCE()
Mark Rutland
2017-01-12
1
-32
/
+32
*
Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...
David S. Miller
2017-01-02
18
-373
/
+601
|
\
|
*
ath9k: Turn ath_txq_lock/unlock() into static inlines.
Toke Høiland-Jørgensen
2016-12-15
2
-14
/
+9
|
*
ath9k: Introduce airtime fairness scheduling between stations
Toke Høiland-Jørgensen
2016-12-15
9
-56
/
+303
|
*
ath9k: define all EEPROM fields in Little Endian format
Martin Blumenstingl
2016-12-15
5
-234
/
+174
|
*
ath9k: Make the EEPROM swapping check use the eepmisc register
Martin Blumenstingl
2016-12-15
1
-16
/
+41
|
*
ath9k: consistently use get_eeprom_rev(ah)
Martin Blumenstingl
2016-12-15
5
-47
/
+52
|
*
ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_rev
Martin Blumenstingl
2016-12-15
6
-18
/
+4
|
*
ath9k: Add an eeprom_ops callback for retrieving the eepmisc value
Martin Blumenstingl
2016-12-15
5
-4
/
+29
|
*
ath9k: indicate that the AR9003 EEPROM template values are little endian
Martin Blumenstingl
2016-12-15
2
-5
/
+8
|
*
ath9k: Add a #define for the EEPROM "eepmisc" endianness bit
Martin Blumenstingl
2016-12-15
6
-6
/
+8
*
|
ath9k: do not return early to fix rcu unlocking
Tobias Klausmann
2016-12-21
1
-1
/
+1
|
/
*
Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...
David S. Miller
2016-12-02
6
-10
/
+30
|
\
|
*
ath9k_htc: don't use HZ for usb msg timeouts
Anthony Romano
2016-12-01
2
-4
/
+7
|
*
ath9k: constify ath_bus_ops structure
Bhumika Goyal
2016-12-01
1
-1
/
+1
|
*
ath9k: feed only active spectral / dfs-detector
Zefir Kurtisi
2016-12-01
1
-3
/
+14
|
*
ath9k: fix NULL pointer dereference
Miaoqing Pan
2016-11-23
1
-1
/
+7
|
*
ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on success
Matthias Schiffer
2016-11-23
1
-1
/
+1
*
|
Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...
David S. Miller
2016-11-27
11
-241
/
+214
|
\
\
|
|
/
|
*
ath9k: Switch to using mac80211 intermediate software queues.
Toke Høiland-Jørgensen
2016-11-15
8
-235
/
+163
|
*
ath9k_htc: fix minor mistakes in dev_err messages
Colin Ian King
2016-11-15
1
-3
/
+3
|
*
ath9k: parse the device configuration from an OF node
Martin Blumenstingl
2016-11-15
1
-0
/
+42
|
*
ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.
Vittorio Gambaletta (VittGam)
2016-11-15
1
-2
/
+5
|
*
ath9k: change entropy formula for easier understanding
Miaoqing Pan
2016-10-13
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
2
-23
/
+3
|
\
\
|
*
|
Revert "ath9k_hw: implement temperature compensation support for AR9003+"
Felix Fietkau
2016-10-13
2
-23
/
+3
|
|
/
*
|
wireless: deprecate WDS and disable by default
Johannes Berg
2016-10-27
1
-0
/
+6
|
/
*
ath9k: disable RNG by default
Miaoqing Pan
2016-09-28
1
-1
/
+1
*
Merge branch 'ath-current' into ath-next
Kalle Valo
2016-09-09
2
-8
/
+14
|
\
|
*
ath9k: bring back direction setting in ath9k_{start_stop}
Giedrius Statkevičius
2016-09-07
1
-2
/
+7
|
*
ath9k: fix AR5416 access GPIO warning
Miaoqing Pan
2016-09-02
1
-2
/
+2
|
*
ath9k: fix using sta->drv_priv before initializing it
Felix Fietkau
2016-08-22
1
-4
/
+4
|
*
ath9k: fix client mode beacon configuration
Felix Fietkau
2016-08-22
1
-0
/
+1
*
|
ath9k: remove repetitions of mask array size
Bob Copeland
2016-09-09
1
-6
/
+3
*
|
ath9k: improve powersave filter handling
Felix Fietkau
2016-09-09
1
-3
/
+9
*
|
ath9k: use ieee80211_tx_status_noskb where possible
Felix Fietkau
2016-09-09
1
-32
/
+62
*
|
ath9k: mark ath_fill_led_pin() static
Baoyou Xie
2016-09-02
1
-1
/
+1
*
|
ath9k: consider return code on
Eduardo Abinader
2016-08-19
1
-2
/
+4
*
|
ath9k: fix misleading indent
Bob Copeland
2016-08-19
1
-1
/
+1
|
/
*
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
4
-11
/
+11
*
ath9k_hw: implement temperature compensation support for AR9003+
Felix Fietkau
2016-07-19
2
-3
/
+23
*
ath9k_hw: get rid of some duplicate code in calibration init
Felix Fietkau
2016-07-19
1
-32
/
+22
*
ath9k_hw: simplify ar9003_hw_per_calibration
Felix Fietkau
2016-07-19
1
-27
/
+26
*
ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERM
Felix Fietkau
2016-07-19
1
-15
/
+10
*
ath9k_hw: fix spectral scan on AR9285 and newer
Felix Fietkau
2016-07-19
2
-10
/
+27
[next]