diff options
author | Eyal Shapira <eyal@wizery.com> | 2012-01-31 10:57:20 +0100 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-02-15 07:38:31 +0100 |
commit | d6bf9ada92c113e56151b6a993b9b9d5d03f1365 (patch) | |
tree | ed3fb37b10d1ab38cb6ec522031e659b92a45e4c /drivers/net/wireless/wl12xx/boot.c | |
parent | wl12xx: fw api change - update cmd/acx/event enums (diff) | |
download | linux-d6bf9ada92c113e56151b6a993b9b9d5d03f1365.tar.xz linux-d6bf9ada92c113e56151b6a993b9b9d5d03f1365.zip |
wl12xx: remove PS management code
Removal of PS management code from the driver as PS
is handled by the FW (dynamic PS)
Signed-off-by: Eyal Shapira <eyal@wizery.com>
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/boot.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/boot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/boot.c b/drivers/net/wireless/wl12xx/boot.c index eea2dda6e6e7..954101d03f06 100644 --- a/drivers/net/wireless/wl12xx/boot.c +++ b/drivers/net/wireless/wl12xx/boot.c @@ -448,7 +448,6 @@ static int wl1271_boot_run_firmware(struct wl1271 *wl) /* unmask required mbox events */ wl->event_mask = BSS_LOSE_EVENT_ID | SCAN_COMPLETE_EVENT_ID | - PS_REPORT_EVENT_ID | ROLE_STOP_COMPLETE_EVENT_ID | RSSI_SNR_TRIGGER_0_EVENT_ID | PSPOLL_DELIVERY_FAILURE_EVENT_ID | |