diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-10-15 16:16:09 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-10-15 16:17:07 +0200 |
commit | 8047d2616dc7ff47d34f5bc64835e060ccb5db1c (patch) | |
tree | 5b8a5acb02b6698ba5f9667cfba969f164109df0 /net/wireless/reg.c | |
parent | 6f1f5d5f4dc39e579b3ac348277dd60ee9e44e08 (diff) | |
download | blackbird-op-linux-8047d2616dc7ff47d34f5bc64835e060ccb5db1c.tar.gz blackbird-op-linux-8047d2616dc7ff47d34f5bc64835e060ccb5db1c.zip |
cfg80211: fix gHz to GHz
There's no "g" prefix, only "G" (1e9) that was clearly intended here.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/reg.c')
-rw-r--r-- | net/wireless/reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 7258246b7458..f0b0f8c818b1 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c @@ -262,7 +262,7 @@ static const struct ieee80211_regdomain world_regdom = { REG_RULE(5745-10, 5825+10, 80, 6, 20, NL80211_RRF_NO_IR), - /* IEEE 802.11ad (60gHz), channels 1..3 */ + /* IEEE 802.11ad (60GHz), channels 1..3 */ REG_RULE(56160+2160*1-1080, 56160+2160*3+1080, 2160, 0, 0, 0), } }; |