staging: rtl8188eu: remove unused P2P_PRIVATE_IOCTL_SET_LEN
Defined P2P_PRIVATE_IOCTL_SET_LEN is not used in the driver code, so remove it from wifi.h. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c329a8fd58
commit
9f22637b00
|
@ -791,8 +791,6 @@ enum ht_cap_ampdu_factor {
|
|||
#define WPS_CM_SW_DISPLAY_P 0x2008
|
||||
#define WPS_CM_LCD_DISPLAY_P 0x4008
|
||||
|
||||
#define P2P_PRIVATE_IOCTL_SET_LEN 64
|
||||
|
||||
/* =====================WFD Section===================== */
|
||||
/* For Wi-Fi Display */
|
||||
#define WFD_ATTR_DEVICE_INFO 0x00
|
||||
|
|
Loading…
Reference in New Issue