iwlwifi: mvm: remove duplicate assignment to ap_ibss_active
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 30 Jan 2014 13:25:39 +0000 (15:25 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 3 Feb 2014 20:43:53 +0000 (22:43 +0200)
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/mac80211.c

index 3ef7d78b9e0029bcd86734a59d53b496d35b2953..43dd64409fc5fefa1db447c8d87d196f63425b9d 100644 (file)
@@ -1314,8 +1314,6 @@ static int iwl_mvm_start_ap_ibss(struct ieee80211_hw *hw,
        if (ret)
                goto out_remove;
 
-       mvmvif->ap_ibss_active = true;
-
        /* Send the bcast station. At this stage the TBTT and DTIM time events
         * are added and applied to the scheduler */
        ret = iwl_mvm_send_bcast_sta(mvm, vif, &mvmvif->bcast_sta);