index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath5k
/
ath5k.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
average: change to declare precision, not factor
Johannes Berg
1
-1
/
+1
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
1
-5
/
+5
2015-10-04
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
1
-1
/
+1
2015-08-20
ath5k: use DECLARE_EWMA
Johannes Berg
1
-1
/
+3
2015-04-24
mac80211: remove support for IFF_PROMISC
Johannes Berg
1
-1
/
+0
2015-03-13
ath5k: fix reset race
Sergey Ryazanov
1
-0
/
+1
2014-11-24
ath5k: update dependencies
Sergey Ryazanov
1
-1
/
+1
2014-11-24
ath5k: revert AHB bus support removing
Sergey Ryazanov
1
-0
/
+28
2014-09-26
ath5k: Remove AHB bus support
Paul Bolle
1
-28
/
+0
2014-07-01
ath5k: support for FIF_FCSFAIL filter
Mathy Vanhoef
1
-0
/
+1
2013-08-16
ath5k: enable support for 5 MHz and 10 MHz channels
Simon Wunderlich
1
-0
/
+1
2013-03-06
ath5k: cleanup channel to eprom_mode function
Jiri Slaby
1
-1
/
+2
2012-08-10
ath5k: Put power_level where it belongs and rename it
Nick Kossifidis
1
-1
/
+1
2012-04-13
mac80211: remove hw.conf.channel usage where possible
Michal Kazior
1
-1
/
+1
2012-04-10
ath5k: Introduce _ath5k_printk to reduce code/text
Joe Perches
1
-4
/
+5
2012-04-10
ath: Add and use pr_fmt, convert printks to pr_<level>
Joe Perches
1
-15
/
+17
2012-03-06
ath5k: allow AP and mesh mode to operate simultaneously
Chun-Yeow Yeoh
1
-0
/
+1
2012-02-22
ath5k:Remove __raw_read and __raw_write
Jonathan Bither
1
-2
/
+2
2011-12-19
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
1
-1
/
+1
2011-11-28
ath5k: Renumber hw queue ids
Nick Kossifidis
1
-6
/
+4
2011-11-28
ath5k: MRR support and 2GHz radio override belong in ah_capabilities
Nick Kossifidis
1
-6
/
+6
2011-11-28
ath5k: Cleanups v2 + add kerneldoc on all hw functions
Nick Kossifidis
1
-165
/
+366
2011-11-28
ath5k: Calibration re-work
Nick Kossifidis
1
-8
/
+7
2011-11-28
ath5k: Add TXNOFRM to INT_TX_ALL
Nick Kossifidis
1
-0
/
+1
2011-11-28
ath5k: Switch from read-and-clear to write-to-clear method when handling PISR...
Nick Kossifidis
1
-1
/
+7
2011-08-08
ath5k: clean up base.h and its use
Pavel Roskin
1
-34
/
+0
2011-08-08
ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_value
Pavel Roskin
1
-28
/
+4
2011-08-08
ath5k: remove most references to XR
Pavel Roskin
1
-4
/
+0
2011-08-08
ath5k: remove unused and write-only structures and fields
Pavel Roskin
1
-28
/
+0
2011-07-22
ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210
Pavel Roskin
1
-32
/
+0
2011-07-22
ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappers
Pavel Roskin
1
-2
/
+2
2011-07-20
ath5k: merge ath5k_hw and ath5k_softc
Pavel Roskin
1
-28
/
+212
2011-07-13
ath5k: disable 32KHz sleep clock operation by default
Felix Fietkau
1
-0
/
+2
2011-07-11
ath5k: fix typos, bad comment formatting and GHz in place of MHz
Pavel Roskin
1
-13
/
+13
2011-07-08
ath5k: fix formatting errors found by checkpatch.pl
Pavel Roskin
1
-10
/
+11
2011-07-08
ath5k: fix misplaced or extraneous braces found by checkpatch.pl
Pavel Roskin
1
-2
/
+1
2011-07-08
ath5k: use KERN_WARNING in ATH5K_PRINTF
Pavel Roskin
1
-1
/
+2
2011-07-08
ath5k: remove unneeded parentheses after return
Pavel Roskin
1
-1
/
+1
2011-07-08
ath5k: replace spaces with tabs as suggested by checkpatch.pl
Pavel Roskin
1
-57
/
+57
2011-06-17
ath5k: minor cleanup
Pavel Roskin
1
-3
/
+4
2011-04-14
ath5k: add a new bus op for reading the mac address
Felix Fietkau
1
-1
/
+1
2011-04-14
ath: unshare struct ath_bus_ops between ath5k and ath9k
Felix Fietkau
1
-0
/
+6
2011-04-12
ath5k: reduce interrupt load caused by rx/tx interrupts
Felix Fietkau
1
-0
/
+13
2011-04-12
ath5k: remove ts_retry from ath5k_tx_status
Felix Fietkau
1
-2
/
+1
2011-04-12
ath5k: remove ts_rate from ath5k_tx_status
Felix Fietkau
1
-1
/
+0
2011-04-12
ath5k: fix slot time handling
Felix Fietkau
1
-0
/
+1
2011-04-12
ath5k: fix SIFS time handling
Felix Fietkau
1
-2
/
+1
2011-04-12
ath5k: fix short preamble rate duration value
Felix Fietkau
1
-1
/
+1
2011-03-09
ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] range
John W. Linville
1
-1
/
+1
2011-02-25
mac80211: make tx() operation return void
Johannes Berg
1
-2
/
+2
[next]