Skip to content

Commit f6e55e0

Browse files
atmelscgregkh
authored andcommitted
staging: wilc1000: host_infterface.h: remove unused enum tenuWILC_StaFlag
This patch removes unused enum tenuWILC_StaFlag from the host_interface.h. Signed-off-by: Tony Cho <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7696edf commit f6e55e0

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

drivers/staging/wilc1000/host_interface.h

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -322,26 +322,6 @@ struct host_if_drv {
322322
bool IFC_UP;
323323
};
324324

325-
/*!
326-
* @enum tenuWILC_StaFlag
327-
* @brief Used to decode the station flag set and mask in tstrWILC_AddStaParam
328-
* @details
329-
* @todo
330-
* @sa tstrWILC_AddStaParam, enum nl80211_sta_flags
331-
* @author Enumeraion's creator
332-
* @date 12 July 2012
333-
* @version 1.0 Description
334-
*/
335-
336-
typedef enum {
337-
WILC_STA_FLAG_INVALID = 0,
338-
WILC_STA_FLAG_AUTHORIZED, /*!< station is authorized (802.1X)*/
339-
WILC_STA_FLAG_SHORT_PREAMBLE, /*!< station is capable of receiving frames with short barker preamble*/
340-
WILC_STA_FLAG_WME, /*!< station is WME/QoS capable*/
341-
WILC_STA_FLAG_MFP, /*!< station uses management frame protection*/
342-
WILC_STA_FLAG_AUTHENTICATED /*!< station is authenticated*/
343-
} tenuWILC_StaFlag;
344-
345325
struct add_sta_param {
346326
u8 au8BSSID[ETH_ALEN];
347327
u16 u16AssocID;

0 commit comments

Comments
 (0)