Skip to content

Commit

Permalink
staging: rtl8188eu: remove unused enum P2P_PROTO_WK_ID
Browse files Browse the repository at this point in the history
Enumeration P2P_PROTO_WK_ID is not used in the driver code,
so remove it from wifi.h.

Signed-off-by: Michael Straube <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
MichaelStraube authored and gregkh committed Feb 28, 2019
1 parent 79e246f commit c329a8f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/staging/rtl8188eu/include/wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -793,16 +793,6 @@ enum ht_cap_ampdu_factor {

#define P2P_PRIVATE_IOCTL_SET_LEN 64

enum P2P_PROTO_WK_ID {
P2P_FIND_PHASE_WK = 0,
P2P_RESTORE_STATE_WK = 1,
P2P_PRE_TX_PROVDISC_PROCESS_WK = 2,
P2P_PRE_TX_NEGOREQ_PROCESS_WK = 3,
P2P_PRE_TX_INVITEREQ_PROCESS_WK = 4,
P2P_AP_P2P_CH_SWITCH_PROCESS_WK = 5,
P2P_RO_CH_WK = 6,
};

/* =====================WFD Section===================== */
/* For Wi-Fi Display */
#define WFD_ATTR_DEVICE_INFO 0x00
Expand Down

0 comments on commit c329a8f

Please sign in to comment.