diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2008-05-30 16:27:42 +0900 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-03 15:00:27 -0400 |
commit | 3df4e2486a58826f16574ead1818daab0edb59df (patch) | |
tree | ad68c458d9b11c5c64481d04ea49bfa9a56eb5d0 /drivers/net/ps3_gelic_wireless.h | |
parent | 13de15e71db7a38f02c4d9f642f06541f5acc2b0 (diff) |
PS3: gelic: Kill the static bounce buffer
As the bounce buffer is allocaetd dynamically, kill the static bounce buffer.
Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/ps3_gelic_wireless.h')
-rw-r--r-- | drivers/net/ps3_gelic_wireless.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ps3_gelic_wireless.h b/drivers/net/ps3_gelic_wireless.h index bc730632da5..5339e0078d1 100644 --- a/drivers/net/ps3_gelic_wireless.h +++ b/drivers/net/ps3_gelic_wireless.h @@ -288,9 +288,6 @@ struct gelic_wl_info { u8 active_bssid[ETH_ALEN]; /* associated bssid */ unsigned int essid_len; - /* buffer for hypervisor IO */ - void *buf; - struct iw_public_data wireless_data; struct iw_statistics iwstat; }; |