index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: fix the assignment of hw queues for mesh interface
Chun-Yeow Yeoh
2014-11-17
1
-1
/
+2
*
ath9k: common-spectral: don't depend from ATH9K_DEBUGFS
Oleksij Rempel
2014-11-17
1
-10
/
+0
*
ath9k_htc: ath9k_htc_op_ps_wakeup() can be static
kbuild test robot
2014-11-17
1
-3
/
+3
*
ath9k: ath9k_op_ps_wakeup() can be static
kbuild test robot
2014-11-17
1
-3
/
+3
*
ath9k: fix misc debugfs when not using chan context
Ben Greear
2014-11-17
1
-3
/
+4
*
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
2014-11-17
13
-295
/
+388
|
\
|
*
ath10k: fix mismatched wmi api call
Peter Oh
2014-11-17
1
-2
/
+2
|
*
ath10k: advertise support for AP mode channel width changes
Rajkumar Manoharan
2014-11-17
1
-0
/
+2
|
*
ath10k: add modpram 'skip_otp' to ignore empty otp error during BMI
Rajkumar Manoharan
2014-11-17
1
-1
/
+6
|
*
ath10k: handle ieee80211 header and payload tracing separately
Rajkumar Manoharan
2014-11-17
4
-16
/
+78
|
*
ath10k: fix pm resume after suspend
Bartosz Markowski
2014-11-04
1
-4
/
+14
|
*
ath6kl: remove incorrect reset_resume handler
Alexey Khoroshilov
2014-11-03
1
-9
/
+0
|
*
ath10k: speed up hw recovery
Michal Kazior
2014-10-31
7
-5
/
+47
|
*
ath10k: expose hw restart via debugfs
Michal Kazior
2014-10-31
1
-1
/
+6
|
*
ath10k: fix possible bmi crash
Michal Kazior
2014-10-31
2
-0
/
+10
|
*
ath10k: don't reset chip on power_down
Michal Kazior
2014-10-31
1
-1
/
+3
|
*
ath10k: split reset logic from power up
Michal Kazior
2014-10-31
1
-71
/
+80
|
*
ath10k: make warm reset a bit safer and faster
Michal Kazior
2014-10-31
1
-62
/
+48
|
*
ath10k: change ce ring cleanup logic
Michal Kazior
2014-10-31
2
-42
/
+46
|
*
ath10k: avoid possible deadlock with scan timeout
Michal Kazior
2014-10-31
1
-2
/
+4
|
*
ath10k: call correct function for frag threshold
Michal Kazior
2014-10-24
1
-1
/
+1
|
*
ath10k: add SURVEY_INFO_IN_USE for current channel on survey
Felix Fietkau
2014-10-24
1
-0
/
+3
|
*
ath10k: re-use trace class
Michal Kazior
2014-10-24
1
-27
/
+5
|
*
ath10k: remove tsf argument from rx_desc tracing
Michal Kazior
2014-10-24
2
-9
/
+4
|
*
ath10k: clear htt->rx_confused on load
Michal Kazior
2014-10-24
1
-0
/
+2
|
*
ath10k: don't forget to replenish after fragmented Rx
Michal Kazior
2014-10-24
1
-0
/
+2
|
*
ath10k: add extra sanity check when popping amsdu
Michal Kazior
2014-10-24
1
-0
/
+9
|
*
ath10k: don't drop frames aggressively
Michal Kazior
2014-10-24
1
-15
/
+0
|
*
ath10k: deduplicate htt rx dma unmapping
Michal Kazior
2014-10-24
1
-21
/
+9
|
*
ath10k: fix rx buffer tracing
Michal Kazior
2014-10-24
1
-3
/
+4
|
*
ath10k: use ieee80211 defines for crypto param lengths
Michal Kazior
2014-10-24
1
-14
/
+20
|
*
ath10k: remove unused variable
Michal Kazior
2014-10-24
1
-5
/
+0
|
*
ath10k: don't drop control and null func Rx
Michal Kazior
2014-10-24
1
-2
/
+1
*
|
ath9k_htc: remove return of value in empty definintion of ath9k_htc_deinit_debug
John W. Linville
2014-11-11
1
-1
/
+3
*
|
ath9k_htc: add spectral scan debug interface
Oleksij Rempel
2014-11-11
3
-0
/
+9
*
|
ath9k_htc: process rx spectral packets
Oleksij Rempel
2014-11-11
1
-0
/
+14
*
|
ath9k_htc: trigger spectral scan on set_channel
Oleksij Rempel
2014-11-11
1
-0
/
+4
*
|
ath9k_htc: set initial spec_config values
Oleksij Rempel
2014-11-11
1
-0
/
+8
*
|
ath9k_htc: add struct ath_spec_scan_priv to ath9k_htc_priv
Oleksij Rempel
2014-11-11
1
-0
/
+1
*
|
ath9k_htc: add ath_ps_ops bindings
Oleksij Rempel
2014-11-11
1
-0
/
+16
*
|
ath9k_htc: fix rs_datalen conversation
Oleksij Rempel
2014-11-11
1
-1
/
+1
*
|
ath9k: For AR9271 chipsets, set count = 0 for endless samples.
Oleksij Rempel
2014-11-11
1
-3
/
+6
*
|
ath9k: move spectral.* to common-spectral.*
Oleksij Rempel
2014-11-11
8
-25
/
+31
*
|
ath9k: move ath9k_spectral_scan_ from main.c to spectral.c
Oleksij Rempel
2014-11-11
2
-70
/
+70
*
|
ath9k: make ath9k_spectral_scan_ do not depend on ath_softc
Oleksij Rempel
2014-11-11
4
-20
/
+22
*
|
ath9k: use ath_common instead of ieee80211_hw in ath9k_spectral_scan_
Oleksij Rempel
2014-11-11
4
-15
/
+13
*
|
ath9k: use ath_ps_ops in ath9k_spectral_scan_
Oleksij Rempel
2014-11-11
1
-4
/
+4
*
|
ath9k: add ath_ps_ops bindings
Oleksij Rempel
2014-11-11
1
-0
/
+16
*
|
ath: add struct ath_ps_ops
Oleksij Rempel
2014-11-11
1
-0
/
+11
*
|
ath9k: remove all struct ath_softc dependencies from spectral code
Oleksij Rempel
2014-11-11
4
-50
/
+51
[next]