diff options
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
| -rw-r--r-- | drivers/net/wireless/b43/b43.h | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index 7f3d461f7e8..4113b693476 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h @@ -731,8 +731,6 @@ enum b43_firmware_file_type {  struct b43_request_fw_context {  	/* The device we are requesting the fw for. */  	struct b43_wldev *dev; -	/* a completion event structure needed if this call is asynchronous */ -	struct completion fw_load_complete;  	/* a pointer to the firmware object */  	const struct firmware *blob;  	/* The type of firmware to request. */ @@ -809,6 +807,8 @@ enum {  struct b43_wldev {  	struct b43_bus_dev *dev;  	struct b43_wl *wl; +	/* a completion event structure needed if this call is asynchronous */ +	struct completion fw_load_complete;  	/* The device initialization status.  	 * Use b43_status() to query. */ @@ -915,10 +915,6 @@ struct b43_wl {  	char rng_name[30 + 1];  #endif /* CONFIG_B43_HWRNG */ -	/* List of all wireless devices on this chip */ -	struct list_head devlist; -	u8 nr_devs; -  	bool radiotap_enabled;  	bool radio_enabled;  | 
