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

staging: r8712u: Merging Realtek's latest (v2.6.6). Removed redundant .mem.

recv_frame.mem
mp_xmit_frame.mem
mp_xmit_packet.mem were not used, and so are now removed.

Signed-off-by: Ali Bahar <ali@internetDog.org>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Ali Bahar and committed by
Greg Kroah-Hartman
29e75494 359140aa

-3
-1
drivers/staging/rtl8712/rtl8712_recv.h
··· 140 140 union { 141 141 struct list_head list; 142 142 struct recv_frame_hdr hdr; 143 - addr_t mem[RECVFRAME_HDR_ALIGN>>2]; 144 143 } u; 145 144 }; 146 145
-1
drivers/staging/rtl8712/rtl871x_mp.h
··· 126 126 struct urb *pxmit_urb[8]; 127 127 u8 bpending[8]; 128 128 u8 last[8]; 129 - uint mem[(MAX_MP_XMITBUF_SZ >> 2)]; 130 129 }; 131 130 132 131 struct mp_wiparam {
-1
drivers/staging/rtl8712/rtl871x_mp_ioctl.h
··· 332 332 333 333 struct mp_xmit_packet { 334 334 unsigned int len; 335 - unsigned int mem[MAX_MP_XMITBUF_SZ >> 2]; 336 335 }; 337 336 338 337 struct psmode_param {