aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireless/reg.c')
-rw-r--r--net/wireless/reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 99d41831d76e..37693b6ef23a 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -752,7 +752,7 @@ static void chan_reg_rule_print_dbg(struct ieee80211_channel *chan,
752 snprintf(max_antenna_gain, 32, "%d", power_rule->max_antenna_gain); 752 snprintf(max_antenna_gain, 32, "%d", power_rule->max_antenna_gain);
753 753
754 REG_DBG_PRINT("Updating information on frequency %d MHz " 754 REG_DBG_PRINT("Updating information on frequency %d MHz "
755 "for %d a MHz width channel with regulatory rule:\n", 755 "for a %d MHz width channel with regulatory rule:\n",
756 chan->center_freq, 756 chan->center_freq,
757 KHZ_TO_MHZ(desired_bw_khz)); 757 KHZ_TO_MHZ(desired_bw_khz));
758 758