diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-06-21 18:10:50 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-23 09:32:32 +0300 |
commit | c439a1ca3bdc58febf51a388a9930eeba361b410 (patch) | |
tree | 55c80a81c11606d2f9e5b77a8a0a99d44a0ec549 /drivers/net/wireless/ti/wlcore/rx.h | |
parent | ea0a3cf95ed8839ce6f11bf9a050e6333bfc27d6 (diff) |
wlcore: check Rx-filter functions in the suspend path
Propagate some missing return values for Rx-filter related functions.
This and makes sure we always fail the suspend in case of SDIO errors.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/rx.h')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/rx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/rx.h b/drivers/net/wireless/ti/wlcore/rx.h index 79f7839a06e2..71eba1899915 100644 --- a/drivers/net/wireless/ti/wlcore/rx.h +++ b/drivers/net/wireless/ti/wlcore/rx.h @@ -148,6 +148,6 @@ u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band); int wl1271_rx_filter_enable(struct wl1271 *wl, int index, bool enable, struct wl12xx_rx_filter *filter); -void wl1271_rx_filter_clear_all(struct wl1271 *wl); +int wl1271_rx_filter_clear_all(struct wl1271 *wl); #endif |