rtl8188eu: Remove macro RTW_GET_LE16

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-12 21:55:10 -06:00
parent d6aed151f2
commit 6ba33b6e48
4 changed files with 9 additions and 10 deletions

View file

@ -431,7 +431,6 @@ u64 rtw_division64(u64 x, u64 y);
(a)[1] = ((u16) (val)) & 0xff; \
} while (0)
#define RTW_GET_LE16(a) ((u16) (((a)[1] << 8) | (a)[0]))
#define RTW_PUT_LE16(a, val) \
do { \
(a)[1] = ((u16) (val)) >> 8; \