aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2014-02-24 15:02:36 -0500
committerJohn W. Linville <linville@tuxdriver.com>2014-02-24 15:02:36 -0500
commit9e4b4269ecee426f1647425a24186dd1566db554 (patch)
tree8845330fe8a9f2970447388b32946bac7f2ad542 /drivers/net/wireless/ath/ath.h
parentRevert "Staging: rtl8812ae: remove modules field of rate_control_ops" (diff)
parentath10k: implement sta_rc_update() (diff)
downloadlinux-dev-9e4b4269ecee426f1647425a24186dd1566db554.tar.xz
linux-dev-9e4b4269ecee426f1647425a24186dd1566db554.zip
Merge branch 'for-linville' of git://github.com/kvalo/ath
Diffstat (limited to 'drivers/net/wireless/ath/ath.h')
-rw-r--r--drivers/net/wireless/ath/ath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h
index 6260b834a86f..56d559939cfc 100644
--- a/drivers/net/wireless/ath/ath.h
+++ b/drivers/net/wireless/ath/ath.h
@@ -63,7 +63,7 @@ enum ath_bus_type {
};
struct reg_dmn_pair_mapping {
- u16 regDmnEnum;
+ u16 reg_domain;
u16 reg_5ghz_ctl;
u16 reg_2ghz_ctl;
};