index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath5k
Commit message (
Expand
)
Author
Age
Files
Lines
*
NET: ath5k, check ath5k_eeprom_mode_from_channel retval
Jiri Slaby
2013-02-08
2
-0
/
+6
*
wireless: make the reg_notifier() void
Luis R. Rodriguez
2013-01-14
1
-2
/
+3
*
ath5k: RX timestamp is reported at end of frame
Thomas Pedersen
2012-12-11
1
-12
/
+1
*
ath5k: fix tx path skb leaks
Felix Fietkau
2012-12-10
2
-3
/
+3
*
ath5k: remove __dev* attributes
Bill Pemberton
2012-12-06
3
-6
/
+6
*
wireless: allow Atheros card to not depend on ath.ko
Vladimir Kondratiev
2012-11-30
1
-0
/
+1
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2012-11-21
1
-1
/
+1
|
\
|
*
mac80211: support RX_FLAG_MACTIME_END
Thomas Pedersen
2012-11-13
1
-1
/
+1
*
|
ath5k: precedence error in ath5k_hw_nic_wakeup()
Dan Carpenter
2012-11-16
1
-3
/
+3
*
|
ath5k: Use module_platform_driver macro for ahb.c
Syam Sidhardhan
2012-11-16
1
-14
/
+1
|
/
*
mac80211: clarify interface iteration and make it configurable
Johannes Berg
2012-11-09
2
-6
/
+9
*
ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()
Wei Yongjun
2012-10-08
1
-1
/
+2
*
ath5k: add missing breaks in ath5k_hw_set_spur_mitigation_filter
John W. Linville
2012-09-25
1
-0
/
+2
*
ath5k: disable HW crypto in management frame
Chun-Yeow Yeoh
2012-09-24
2
-0
/
+4
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2012-09-24
1
-1
/
+1
|
\
|
*
mac80211: add key flag for management keys
Johannes Berg
2012-09-10
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-09-07
4
-8
/
+6
|
\
\
|
|
/
|
/
|
|
*
ath5k: fix wrong max power per rate eeprom reads for 802.11a
Thomas Huehn
2012-08-21
2
-1
/
+2
|
*
ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in mesh
Bob Copeland
2012-08-13
2
-7
/
+4
*
|
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2012-08-21
1
-1
/
+2
|
\
\
|
*
|
mac80211: move TX station pointer and restructure TX
Thomas Huehn
2012-07-31
1
-1
/
+2
|
|
/
*
|
ath5k: Put power_level where it belongs and rename it
Nick Kossifidis
2012-08-10
4
-8
/
+17
*
|
ath5k: Preserve tx power level requested from above on phy_init
Nick Kossifidis
2012-08-10
1
-2
/
+2
*
|
ath5k: Fix range scaling when setting rate power table
Nick Kossifidis
2012-08-10
1
-3
/
+7
*
|
ath5k: Use correct value for min_pwr and cur_pwr
Nick Kossifidis
2012-08-10
1
-5
/
+14
|
/
*
ath5k: fix txop limit handling
Felix Fietkau
2012-07-17
1
-1
/
+1
*
ath5k: replace modparam_all_channels with CONFIG_ATH5K_TEST_CHANNELS
Luis R. Rodriguez
2012-07-11
2
-7
/
+18
*
ath5k: remove _bh from inner locks
Bob Copeland
2012-06-19
1
-2
/
+2
*
ath5k: add possible wiphy interface combinations
Felix Fietkau
2012-05-29
1
-0
/
+19
*
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-05-10
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-07
1
-0
/
+1
|
\
|
*
ath5k: add missing iounmap to AHB probe removal
Jonathan Bither
2012-04-27
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-04-23
1
-2
/
+5
|
\
\
|
|
/
|
*
ath5k: unmap io memory on probe failure
Jonathan Bither
2012-04-13
1
-2
/
+4
|
*
ath5k: fix undefined 'THIS_MODULE'
Jonathan Bither
2012-04-13
1
-0
/
+1
*
|
net/wireless: use module_pci_driver
Axel Lin
2012-04-16
1
-25
/
+1
*
|
ath5k: add PCI id
Yoshinori Sato
2012-04-16
1
-0
/
+1
*
|
ath5k: use compare_ether_addr on MAC addresses instead of memcmp
Jonathan Bither
2012-04-16
1
-2
/
+2
*
|
mac80211: remove hw.conf.channel usage where possible
Michal Kazior
2012-04-13
3
-8
/
+11
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-04-12
1
-15
/
+8
|
\
\
|
|
/
|
*
simple_open: automatically convert to simple_open()
Stephen Boyd
2012-04-05
1
-15
/
+8
*
|
ath5k: Remove extraneous statements from ath5k_hw_proc_4word_tx_status and at...
Qasim Javed
2012-04-11
1
-4
/
+0
*
|
ath5k: Introduce _ath5k_printk to reduce code/text
Joe Perches
2012-04-10
2
-4
/
+25
*
|
ath: Add and use pr_fmt, convert printks to pr_<level>
Joe Perches
2012-04-10
16
-50
/
+74
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-03-09
4
-39
/
+20
|
\
|
*
ath5k: do not re-run AGC calibration periodically
Felix Fietkau
2012-03-06
1
-25
/
+9
|
*
ath5k: do not stop queues for full calibration
Felix Fietkau
2012-03-06
1
-12
/
+2
|
*
ath5k: allow AP and mesh mode to operate simultaneously
Chun-Yeow Yeoh
2012-03-06
3
-2
/
+9
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-03-05
3
-17
/
+17
|
\
\
|
|
/
|
*
ath5k:Remove __raw_read and __raw_write
Jonathan Bither
2012-02-22
3
-17
/
+17
[next]