mac80211: improve HT channel handling
[deliverable/linux.git] / net / mac80211 / main.c
index 353b6b42d9c5036b0fd0d2e165adc71b58dc86b0..d763d76e809f075424cd74faaf438f2a56ccd607 100644 (file)
@@ -111,7 +111,7 @@ int ieee80211_hw_config(struct ieee80211_local *local, u32 changed)
                channel_type = local->tmp_channel_type;
        } else {
                chan = local->oper_channel;
-               channel_type = local->oper_channel_type;
+               channel_type = local->_oper_channel_type;
        }
 
        if (chan != local->hw.conf.channel ||
This page took 0.025685 seconds and 5 git commands to generate.