diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-12-05 17:05:44 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-12-05 17:05:44 +0100 |
commit | cbec0627ef1adf7afa448e8bbae3146ce910212a (patch) | |
tree | 0a0956e19fb28c6eace2d445b1603afc2fd260ca /net/mac80211/util.c | |
parent | ipv4: make sure RTO_ONLINK is saved in routing cache (diff) | |
parent | iwlwifi: change the default behavior of watchdog timer (diff) | |
download | linux-cbec0627ef1adf7afa448e8bbae3146ce910212a.tar.xz linux-cbec0627ef1adf7afa448e8bbae3146ce910212a.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
Diffstat (limited to 'net/mac80211/util.c')
-rw-r--r-- | net/mac80211/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index eca0fad09709..d5230ecc784d 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c @@ -1039,7 +1039,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)); } } |