diff options
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251_main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251_main.c b/drivers/net/wireless/wl12xx/wl1251_main.c index 50d17fc00785..2f50a256efa5 100644 --- a/drivers/net/wireless/wl12xx/wl1251_main.c +++ b/drivers/net/wireless/wl12xx/wl1251_main.c | |||
@@ -629,10 +629,6 @@ static int wl1251_op_config(struct ieee80211_hw *hw, u32 changed) | |||
629 | goto out_sleep; | 629 | goto out_sleep; |
630 | } | 630 | } |
631 | 631 | ||
632 | ret = wl1251_build_null_data(wl); | ||
633 | if (ret < 0) | ||
634 | goto out_sleep; | ||
635 | |||
636 | if (conf->flags & IEEE80211_CONF_PS && !wl->psm_requested) { | 632 | if (conf->flags & IEEE80211_CONF_PS && !wl->psm_requested) { |
637 | wl1251_debug(DEBUG_PSM, "psm enabled"); | 633 | wl1251_debug(DEBUG_PSM, "psm enabled"); |
638 | 634 | ||