diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2008-05-30 03:27:42 -0400 |
---|---|---|
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 bc730632da5b..5339e0078d18 100644 --- a/drivers/net/ps3_gelic_wireless.h +++ b/drivers/net/ps3_gelic_wireless.h | |||
@@ -288,9 +288,6 @@ struct gelic_wl_info { | |||
288 | u8 active_bssid[ETH_ALEN]; /* associated bssid */ | 288 | u8 active_bssid[ETH_ALEN]; /* associated bssid */ |
289 | unsigned int essid_len; | 289 | unsigned int essid_len; |
290 | 290 | ||
291 | /* buffer for hypervisor IO */ | ||
292 | void *buf; | ||
293 | |||
294 | struct iw_public_data wireless_data; | 291 | struct iw_public_data wireless_data; |
295 | struct iw_statistics iwstat; | 292 | struct iw_statistics iwstat; |
296 | }; | 293 | }; |