staging: vt6655: device.h remove dead member wstats

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-11-05 21:08:58 +00:00 коммит произвёл Greg Kroah-Hartman
Родитель 2ee1ad7b32
Коммит d475d42db6
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -440,8 +440,6 @@ struct vnt_private {
unsigned char abyEEPROM[EEP_MAX_CONTEXT_SIZE]; /* unsigned long alignment */
unsigned short wBeaconInterval;
struct iw_statistics wstats; /* wireless stats */
};
static inline PDEVICE_RD_INFO alloc_rd_info(void)