Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
31 lines (26 sloc) 1.2 KB
## ath9k (Atheros AR9462 WLAN and Bluetooth chip)
## Available Parameters ( /sbin/modinfo ath9k | grep ^parm: )
#
# debug Debugging mask (uint)
# nohwcrypt Disable hardware encryption (int)
# blink Enable LED blink on activity (int)
# btcoex_enable Enable wifi-BT coexistence (int)
# bt_ant_diversity Enable WLAN/BT RX antenna diversity (int)
# ps_enable Enable WLAN PowerSave (int)
# use_chanctx Enable channel context for concurrency (int)
## Suggested settings
#
# nohwcrypt=1 Use CPU crypto instead for better performance,
# more reliable connections
# but.."do not disable unless chip is known buggy"
# blink=0 C720 has no LED
# bt_ant_diversity=1 (mutually exclusive with btcoex_enable!)
# btcoex_enable=0
# ps_enable=0 reduce power usage, might cause freezes and dropouts
## Seen elsewhere
#
# enable_diversity=1
# invalid? correct name for querying through debug fs though:
# cat /sys/kernel/debug/ieee80211/phy*/ath9k/antenna_diversity
#options ath9k nohwcrypt=1 blink=1 enable_diversity=1 btcoex_enable=1 bt_ant_diversity=1
options ath9k nohwcrypt=1 bt_ant_diversity=1