From: Johannes Berg Date: Thu, 15 Oct 2015 14:16:09 +0000 (+0200) Subject: cfg80211: fix gHz to GHz X-Git-Tag: v4.4-rc1~141^2~85^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8047d2616dc7ff47d34f5bc64835e060ccb5db1c;p=platform%2Fkernel%2Flinux-exynos.git cfg80211: fix gHz to GHz There's no "g" prefix, only "G" (1e9) that was clearly intended here. Signed-off-by: Johannes Berg --- diff --git a/net/wireless/core.c b/net/wireless/core.c index a83037d..b091551 100644 --- a/net/wireless/core.c +++ b/net/wireless/core.c @@ -639,7 +639,7 @@ int wiphy_register(struct wiphy *wiphy) if (WARN_ON(!sband->n_channels)) return -EINVAL; /* - * on 60gHz band, there are no legacy rates, so + * on 60GHz band, there are no legacy rates, so * n_bitrates is 0 */ if (WARN_ON(band != IEEE80211_BAND_60GHZ && diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 7258246..f0b0f8c 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), } };