|
@@ -764,7 +764,7 @@ static int nl80211_msg_put_channel(struct sk_buff *msg, struct wiphy *wiphy,
|
|
|
|
|
|
if (large) {
|
|
|
const struct ieee80211_reg_rule *rule =
|
|
|
- freq_reg_info(wiphy, chan->center_freq);
|
|
|
+ freq_reg_info(wiphy, MHZ_TO_KHZ(chan->center_freq));
|
|
|
|
|
|
if (!IS_ERR_OR_NULL(rule) && rule->has_wmm) {
|
|
|
if (nl80211_msg_put_wmm_rules(msg, rule))
|