staging: rtl8188eu: core: rtw_xmit: Use macros instead of constants
authorGeorgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Wed, 28 Sep 2016 21:07:15 +0000 (00:07 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 2 Oct 2016 15:26:57 +0000 (17:26 +0200)
commit7b170bacbb13089ccb1d14ca18ad4fb5dcb8b72e
treed9bf4816c597de5b730d17c8d8282188051b5f6a
parent7d7be350073e5a27ff5ed73b3dc31e1d2cb7d573
staging: rtl8188eu: core: rtw_xmit: Use macros instead of constants

Replace the 0x888e with ETH_P_PAE and 0x0806 with ETH_P_ARP.
These macros can be found in drivers/staging/rtl8192e/rtllib.h

Hexadecimal numbers are not case sensitive,
therefore 0x888e is equal with 0x888E.

The modifications improve the readability of the code.

Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_xmit.c
drivers/staging/rtl8192e/rtllib.h