add 20MHz minimum bandwidth to the calls of freq_reg_info()

Signed-off-by: Matthias May <matthias....@neratec.com>
---
 drivers/net/wireless/ath/regd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/regd.c b/drivers/net/wireless/ath/regd.c
index 06ea6cc..57b2e44 100644
--- a/drivers/net/wireless/ath/regd.c
+++ b/drivers/net/wireless/ath/regd.c
@@ -264,7 +264,8 @@ static void ath_force_clear_no_ir_chan(struct wiphy *wiphy,
 {
        const struct ieee80211_reg_rule *reg_rule;
 
-       reg_rule = freq_reg_info(wiphy, MHZ_TO_KHZ(ch->center_freq));
+       reg_rule = freq_reg_info(wiphy, MHZ_TO_KHZ(ch->center_freq),
+                                MHZ_TO_KHZ(20));
        if (IS_ERR(reg_rule))
                return;
 
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to