summaryrefslogtreecommitdiff
path: root/drivers/net/ps3_gelic_wireless.h
diff options
context:
space:
mode:
authorMasakazu Mokuno <mokuno@sm.sony.co.jp>2008-05-30 07:27:42 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2008-06-03 19:00:27 (GMT)
commit3df4e2486a58826f16574ead1818daab0edb59df (patch)
treead68c458d9b11c5c64481d04ea49bfa9a56eb5d0 /drivers/net/ps3_gelic_wireless.h
parent13de15e71db7a38f02c4d9f642f06541f5acc2b0 (diff)
downloadlinux-fsl-qoriq-3df4e2486a58826f16574ead1818daab0edb59df.tar.xz
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ps3_gelic_wireless.h b/drivers/net/ps3_gelic_wireless.h
index bc73063..5339e00 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;
};