ath9k: rename btcoex_scheme to just scheme

btcoex_scheme is already part of a btcoex struct, its implied
this is btcoex related.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Luis R. Rodriguez
2009-09-09 14:34:22 -07:00
committed by John W. Linville
parent 05a0b3c920
commit 46289e1e5f
4 changed files with 13 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ struct ath_btcoex_config {
};
struct ath_btcoex_info {
enum ath_btcoex_scheme btcoex_scheme;
enum ath_btcoex_scheme scheme;
bool enabled;
u8 wlanactive_gpio;
u8 btactive_gpio;