Browse Source

Revert "mac80211: clear sta.drv_priv on reconfiguration"

This reverts commit f785d83a19bca326f79d127a413e35769afc0105.

This was provoking WARNINGs from the iwlegacy drivers.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
John W. Linville 13 years ago
parent
commit
03360c5a40
1 changed files with 0 additions and 1 deletions
  1. 0 1
      net/mac80211/util.c

+ 0 - 1
net/mac80211/util.c

@@ -1038,7 +1038,6 @@ int ieee80211_reconfig(struct ieee80211_local *local)
 					     struct ieee80211_sub_if_data,
 					     u.ap);
 
-			memset(&sta->sta.drv_priv, 0, hw->sta_data_size);
 			WARN_ON(drv_sta_add(local, sdata, &sta->sta));
 		}
 	}