Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtl8712: remove unused definitions from rtl871x_recv.h

Signed-off-by: Niklas Söderlund <niso@kth.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Niklas Söderlund and committed by
Greg Kroah-Hartman
eb79b3e1 d3bb3c1b

-3
-3
drivers/staging/rtl8712/rtl871x_recv.h
··· 9 9 #define RXFRAME_ALIGN 8 10 10 #define RXFRAME_ALIGN_SZ (1 << RXFRAME_ALIGN) 11 11 12 - #define MAX_RXFRAME_CNT 512 13 - #define MAX_RX_NUMBLKS (32) 14 - #define RECVFRAME_HDR_ALIGN 128 15 12 #define MAX_SUBFRAME_COUNT 64 16 13 17 14 #define SNAP_SIZE sizeof(struct ieee80211_snap_hdr)