diff options
Diffstat (limited to 'drivers/net/wireless/libertas/dev.h')
-rw-r--r-- | drivers/net/wireless/libertas/dev.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/dev.h b/drivers/net/wireless/libertas/dev.h index 397c5fca0ff5..5697fec0cb1d 100644 --- a/drivers/net/wireless/libertas/dev.h +++ b/drivers/net/wireless/libertas/dev.h | |||
@@ -112,7 +112,9 @@ struct _wlan_private { | |||
112 | struct net_device *dev; | 112 | struct net_device *dev; |
113 | 113 | ||
114 | struct net_device_stats stats; | 114 | struct net_device_stats stats; |
115 | struct net_device *mesh_dev ; /* Virtual device */ | 115 | struct net_device *mesh_dev; /* Virtual device */ |
116 | struct net_device *rtap_net_dev; | ||
117 | struct ieee80211_device *ieee; | ||
116 | 118 | ||
117 | struct iw_statistics wstats; | 119 | struct iw_statistics wstats; |
118 | struct wlan_mesh_stats mstats; | 120 | struct wlan_mesh_stats mstats; |
@@ -362,8 +364,7 @@ struct _wlan_adapter { | |||
362 | 364 | ||
363 | struct cmd_ds_802_11_get_log logmsg; | 365 | struct cmd_ds_802_11_get_log logmsg; |
364 | 366 | ||
365 | u32 linkmode; | 367 | u32 monitormode; |
366 | u32 radiomode; | ||
367 | u8 fw_ready; | 368 | u8 fw_ready; |
368 | 369 | ||
369 | u8 last_scanned_channel; | 370 | u8 last_scanned_channel; |