Skip to content

Commit

Permalink
staging: r8712u: Merging Realtek's latest (v2.6.6). Removed redundant…
Browse files Browse the repository at this point in the history
… .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>
  • Loading branch information
Ali Bahar authored and Greg Kroah-Hartman committed Sep 7, 2011
1 parent 359140a commit 29e7549
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/staging/rtl8712/rtl8712_recv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/rtl8712/rtl871x_mp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/rtl8712/rtl871x_mp_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 29e7549

Please sign in to comment.