mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Remove GREEN_HILL - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d42f678a38
commit
2b93d110ba
1 changed files with 0 additions and 4 deletions
|
@ -55,10 +55,6 @@
|
|||
// This test verifies the WLAN NIC can update the NAV through sending the CTS with large duration.
|
||||
#define WiFiNavUpperUs 30000 // 30 ms
|
||||
|
||||
#ifdef GREEN_HILL
|
||||
#pragma pack(1)
|
||||
#endif
|
||||
|
||||
enum WIFI_FRAME_TYPE {
|
||||
WIFI_MGT_TYPE = (0),
|
||||
WIFI_CTRL_TYPE = (BIT(2)),
|
||||
|
|
Loading…
Reference in a new issue