1
0
Files
linux/drivers/net
Amitkumar Karwar 7cc5eb629c mwifiex: remove unnecessary struct mwifiex_opt_sleep_confirm_buffer
The structure definition is
struct mwifiex_opt_sleep_confirm_buffer {
       u8 hdr[4];
       struct mwifiex_opt_sleep_confirm ps_cfm_sleep;
} __packed;

For sleep_confirm command we already reserve 4 bytes (using skb_reserve())
for an interface header. It will be filled later by interface specific code.
We don't need "hdr[4]" element in above structure. So we can use
"struct mwifiex_opt_sleep_confirm" directly instead of
"struct mwifiex_opt_sleep_confirm_buffer".

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-05-10 15:54:55 -04:00
..
2011-03-05 10:55:57 +01:00
2011-02-28 11:57:33 -08:00
2011-03-16 11:29:47 -07:00
2011-02-02 15:41:25 -08:00
2011-03-31 01:54:22 -07:00
2011-03-17 14:05:35 +01:00
2011-03-02 03:20:56 -08:00
2011-03-11 01:16:23 -08:00
2011-02-28 12:06:20 -08:00
2011-03-17 14:05:35 +01:00
2011-03-15 19:38:03 -07:00
2011-03-14 15:00:12 -07:00
2011-02-01 13:19:07 -08:00
2011-01-27 14:18:34 -08:00
2011-03-18 21:53:03 -07:00
2011-02-28 11:57:33 -08:00
2011-02-13 21:44:44 -08:00
2011-02-17 14:16:35 -08:00
2011-03-15 19:38:03 -07:00
2011-03-03 13:02:32 -08:00
2011-03-20 17:33:19 -07:00
2011-02-28 12:29:34 -08:00
2011-02-24 22:17:02 -08:00
2011-01-25 22:41:55 -08:00
2011-03-27 23:35:06 -07:00
2011-01-26 13:13:10 -08:00
2011-03-21 18:24:53 -07:00
2011-03-15 19:38:03 -07:00