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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: wake hardware during AMPDU TX actions
Luis R. Rodriguez
2009-12-28
1
-0
/
+6
*
ath9k: wake hardware for interface IBSS/AP/Mesh removal
Luis R. Rodriguez
2009-12-28
1
-0
/
+2
*
ath9k: fix suspend by waking device prior to stop
Sujith
2009-12-28
1
-0
/
+6
*
ath9k: Stop ANI when doing a reset
Sujith
2009-12-21
1
-0
/
+6
*
ath9k: enable 2GHz band only if the device supports it
Gabor Juhos
2009-12-04
1
-11
/
+17
*
ath9k: Ensure a fair beacon distribution in IBSS mode.
Vivek Natarajan
2009-11-28
1
-0
/
+4
*
ath9k: Proper padding/unpadding for the TX/RX path.
Benoit Papillault
2009-11-28
1
-8
/
+6
*
ath9k: fix processing of TX PS null data frames
Luis R. Rodriguez
2009-11-28
1
-2
/
+18
*
ath9k: properly use the mac80211 rate control api
Felix Fietkau
2009-11-28
1
-71
/
+41
*
ath9k: set ps_default as false
John W. Linville
2009-11-23
1
-0
/
+2
*
mac80211: convert aggregation to operate on vifs/stas
Johannes Berg
2009-11-18
1
-2
/
+3
*
ath9k: Cleanup bss_info_changed callback
Sujith
2009-11-18
1
-77
/
+37
*
ath9k: move driver keymap, keymax and splitmic to common
Luis R. Rodriguez
2009-11-11
1
-66
/
+70
*
ath9k: move struct ath_ani to common area
Luis R. Rodriguez
2009-11-11
1
-28
/
+28
*
ath9k: pass the ieee80211_hw on radio enable/disable
Luis R. Rodriguez
2009-11-11
1
-9
/
+9
*
ath9k: fix listening to idle requests
Luis R. Rodriguez
2009-11-11
1
-7
/
+26
*
ath9k_hw: move mac name and rf name helpers to hw code
Luis R. Rodriguez
2009-10-30
1
-58
/
+0
*
ath9k: use right parameter for MODULE_PARM_DESC() for debug
Luis R. Rodriguez
2009-10-09
1
-1
/
+1
*
ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()
Luis R. Rodriguez
2009-10-07
1
-1
/
+1
*
ath9k: move ath_cleanup() below helpers to avoid forward declarations
Luis R. Rodriguez
2009-10-07
1
-17
/
+14
*
ath9k: add a helper to clean the core driver upon module unload
Luis R. Rodriguez
2009-10-07
1
-2
/
+11
*
ath9k: add helper to un-init the hw properly
Luis R. Rodriguez
2009-10-07
1
-9
/
+14
*
ath9k: initialize hw prior to debugfs
Luis R. Rodriguez
2009-10-07
1
-14
/
+14
*
ath9k: move common->debug_mask setting to ath_init_softc()
Luis R. Rodriguez
2009-10-07
1
-0
/
+5
*
atheros: define a common priv struct
Luis R. Rodriguez
2009-10-07
1
-14
/
+23
*
ath9k: make ath9k_common_ops const
Luis R. Rodriguez
2009-10-07
1
-1
/
+1
*
atheros: move bus ops to ath_common
Luis R. Rodriguez
2009-10-07
1
-7
/
+13
*
ath9k: remove driver ASSERT, just use BUG_ON()
Luis R. Rodriguez
2009-10-07
1
-2
/
+2
*
ath9k: remove ath9k_ht_macmode
Luis R. Rodriguez
2009-10-07
1
-9
/
+4
*
atheros: move tx/rx chainmask to ath_common
Luis R. Rodriguez
2009-10-07
1
-13
/
+21
*
atheros: add common debug printing
Luis R. Rodriguez
2009-10-07
1
-116
/
+150
*
ath9k: separate core driver and hw timer code
Luis R. Rodriguez
2009-10-07
1
-8
/
+36
*
atheros: add ieee80211_hw to ath_common
Luis R. Rodriguez
2009-10-07
1
-0
/
+1
*
atheros: define shared bssidmask setting
Luis R. Rodriguez
2009-10-07
1
-0
/
+1
*
atheros/ath9k: add common read/write ops and port ath9k to use it
Luis R. Rodriguez
2009-10-07
1
-0
/
+42
*
ath9k: Define bus agnostic bluetooth coex prep helper
Luis R. Rodriguez
2009-10-07
1
-1
/
+2
*
ath9k: move ath_common to ath_hw
Luis R. Rodriguez
2009-10-07
1
-11
/
+11
*
atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common
Luis R. Rodriguez
2009-10-07
1
-13
/
+20
*
ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw
Luis R. Rodriguez
2009-10-07
1
-5
/
+6
*
ath9k: rename driver core and hw power save helpers
Luis R. Rodriguez
2009-10-07
1
-11
/
+11
*
ath9k: move ath9k_hw_setpower() to main.c
Luis R. Rodriguez
2009-10-07
1
-0
/
+12
*
ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c
Luis R. Rodriguez
2009-10-07
1
-0
/
+33
*
ath9k: move ps helpers onto core driver when reseting tsf
Luis R. Rodriguez
2009-10-07
1
-0
/
+4
*
ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c
Luis R. Rodriguez
2009-10-07
1
-16
/
+2
*
ath9k: simplify ath_btcoex_bt_stomp()
Luis R. Rodriguez
2009-10-07
1
-22
/
+21
*
ath9k: rename ath_btcoex_info to ath_btcoex_hw
Luis R. Rodriguez
2009-10-07
1
-23
/
+23
*
ath9k: rename btcoex_scheme to just scheme
Luis R. Rodriguez
2009-10-07
1
-7
/
+7
*
ath9k: move bt_stomp_type to driver core
Luis R. Rodriguez
2009-10-07
1
-3
/
+4
*
ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
Luis R. Rodriguez
2009-10-07
1
-2
/
+2
*
ath9k: move driver core helpers to main.c
Luis R. Rodriguez
2009-10-07
1
-6
/
+209
[next]