dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Ali Bahar 2011-09-04 03:14:12 +08:00 committed by Greg Kroah-Hartman
parent 359140aaea
commit 29e7549423
3 changed files with 0 additions and 3 deletions

View File

@ -140,7 +140,6 @@ union recv_frame {
union {
struct list_head list;
struct recv_frame_hdr hdr;
addr_t mem[RECVFRAME_HDR_ALIGN>>2];
} u;
};

View File

@ -126,7 +126,6 @@ struct mp_xmit_frame {
struct urb *pxmit_urb[8];
u8 bpending[8];
u8 last[8];
uint mem[(MAX_MP_XMITBUF_SZ >> 2)];
};
struct mp_wiparam {

View File

@ -332,7 +332,6 @@ struct rfintfs_parm {
struct mp_xmit_packet {
unsigned int len;
unsigned int mem[MAX_MP_XMITBUF_SZ >> 2];
};
struct psmode_param {