mirror of https://gitee.com/openkylin/linux.git
staging: rtl8188eu: unused macro read_next_pair removed
Unused macro read_next_pair removed from rtl8188eu driver. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
19fac3bbe2
commit
d84d66f6f7
|
@ -22,14 +22,6 @@
|
||||||
|
|
||||||
#include <phy.h>
|
#include <phy.h>
|
||||||
|
|
||||||
#define read_next_pair(array, v1, v2, i) \
|
|
||||||
do { \
|
|
||||||
i += 2; \
|
|
||||||
v1 = array[i]; \
|
|
||||||
v2 = array[i+1]; \
|
|
||||||
} while (0)
|
|
||||||
|
|
||||||
|
|
||||||
/* AGC_TAB_1T.TXT */
|
/* AGC_TAB_1T.TXT */
|
||||||
|
|
||||||
static u32 array_agc_tab_1t_8188e[] = {
|
static u32 array_agc_tab_1t_8188e[] = {
|
||||||
|
|
Loading…
Reference in New Issue