diff options
author | Kalle Valo <kalle.valo@nokia.com> | 2009-11-26 03:55:55 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-12-07 16:50:12 -0500 |
commit | e84217a9fc6264fe4e73fc85cdfff185b71b7443 (patch) | |
tree | d28a1007ca2d2c3577a9660d0fb666b23c416614 /drivers/net/wireless | |
parent | 9b1cb21c36b39057ec28a8b551f301449e5c51bb (diff) |
wl1251: remove false warning messages
There was a warning from wl1251_op_bss_info_changed():
wl1251: WARNING Set ctsprotect failed 0
It was printed always, it's completely false and can be removed.
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251_main.c b/drivers/net/wireless/wl12xx/wl1251_main.c index ff4be7bf5d36..8353139d85df 100644 --- a/drivers/net/wireless/wl12xx/wl1251_main.c +++ b/drivers/net/wireless/wl12xx/wl1251_main.c | |||
@@ -1181,8 +1181,6 @@ static void wl1251_op_bss_info_changed(struct ieee80211_hw *hw, | |||
1181 | wl->beacon_int, wl->dtim_period); | 1181 | wl->beacon_int, wl->dtim_period); |
1182 | if (ret < 0) | 1182 | if (ret < 0) |
1183 | goto out_sleep; | 1183 | goto out_sleep; |
1184 | wl1251_warning("Set ctsprotect failed %d", ret); | ||
1185 | goto out_sleep; | ||
1186 | } | 1184 | } |
1187 | } | 1185 | } |
1188 | 1186 | ||