From c930e0c008a1b81429e5dec089970b50f97ef593 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 30 Oct 2008 18:12:04 +0200 Subject: Staging: w35und: move global wbsoft_enabled to struct wbsoft_priv This is a preparational step for moving packet_came() to wb35rx.c(). Acked-by: Pavel Machek Signed-off-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- drivers/staging/winbond/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/staging/winbond/core.h') diff --git a/drivers/staging/winbond/core.h b/drivers/staging/winbond/core.h index 64b73bbf747..c6dd223e722 100644 --- a/drivers/staging/winbond/core.h +++ b/drivers/staging/winbond/core.h @@ -39,6 +39,8 @@ struct wbsoft_priv { struct iw_statistics iw_stats; u8 LinkName[WB_MAX_LINK_NAME_LEN]; + + bool enabled; }; #endif /* __WINBOND_CORE_H */ -- cgit v1.2.3