diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h index 1b52ce6a84d7..cfdccdb86067 100644 --- a/drivers/net/wireless/wl12xx/wl1271.h +++ b/drivers/net/wireless/wl12xx/wl1271.h | |||
@@ -351,6 +351,7 @@ struct wl1271 { | |||
351 | #define WL1271_FLAG_IRQ_RUNNING (10) | 351 | #define WL1271_FLAG_IRQ_RUNNING (10) |
352 | #define WL1271_FLAG_IDLE (11) | 352 | #define WL1271_FLAG_IDLE (11) |
353 | #define WL1271_FLAG_IDLE_REQUESTED (12) | 353 | #define WL1271_FLAG_IDLE_REQUESTED (12) |
354 | #define WL1271_FLAG_PSPOLL_FAILURE (13) | ||
354 | unsigned long flags; | 355 | unsigned long flags; |
355 | 356 | ||
356 | struct wl1271_partition_set part; | 357 | struct wl1271_partition_set part; |
@@ -445,6 +446,10 @@ struct wl1271 { | |||
445 | 446 | ||
446 | struct completion *elp_compl; | 447 | struct completion *elp_compl; |
447 | struct delayed_work elp_work; | 448 | struct delayed_work elp_work; |
449 | struct delayed_work pspoll_work; | ||
450 | |||
451 | /* counter for ps-poll delivery failures */ | ||
452 | int ps_poll_failures; | ||
448 | 453 | ||
449 | /* retry counter for PSM entries */ | 454 | /* retry counter for PSM entries */ |
450 | u8 psm_entry_retry; | 455 | u8 psm_entry_retry; |