Commit ef1566e2 authored by Sankar P's avatar Sankar P Committed by Greg Kroah-Hartman

Staging: winbond: Remove unused enum enum_PowerManagementMode

Signed-off-by: default avatarSankar P <sankar.curiosity@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 649f0650
...@@ -116,13 +116,6 @@ ...@@ -116,13 +116,6 @@
#define WLAN_MAX_PAIRWISE_CIPHER_SUITE_COUNT ((u16) 6) #define WLAN_MAX_PAIRWISE_CIPHER_SUITE_COUNT ((u16) 6)
#define WLAN_MAX_AUTH_KEY_MGT_SUITE_LIST_COUNT ((u16) 2) #define WLAN_MAX_AUTH_KEY_MGT_SUITE_LIST_COUNT ((u16) 2)
//========================================================
typedef enum enum_PowerManagementMode
{
ACTIVE = 0,
POWER_SAVE
} WB_PM_Mode, *PWB_PM_MODE;
//=================================================================== //===================================================================
// Reason Code (Table 18): indicate the reason of DisAssoc, DeAuthen // Reason Code (Table 18): indicate the reason of DisAssoc, DeAuthen
// length of ReasonCode is 2 Octs. // length of ReasonCode is 2 Octs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment