浏览代码

iwlwifi: mvm: remove duplicate assignment to ap_ibss_active

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Emmanuel Grumbach 11 年之前
父节点
当前提交
8e305d171a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/net/wireless/iwlwifi/mvm/mac80211.c

+ 0 - 2
drivers/net/wireless/iwlwifi/mvm/mac80211.c

@@ -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);