aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/b43.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r--drivers/net/wireless/b43/b43.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h
index 32a24f5c4fa6..08a011f0834a 100644
--- a/drivers/net/wireless/b43/b43.h
+++ b/drivers/net/wireless/b43/b43.h
@@ -724,6 +724,7 @@ struct b43_wldev {
724 bool short_preamble; /* TRUE, if short preamble is enabled. */ 724 bool short_preamble; /* TRUE, if short preamble is enabled. */
725 bool short_slot; /* TRUE, if short slot timing is enabled. */ 725 bool short_slot; /* TRUE, if short slot timing is enabled. */
726 bool radio_hw_enable; /* saved state of radio hardware enabled state */ 726 bool radio_hw_enable; /* saved state of radio hardware enabled state */
727 bool suspend_in_progress; /* TRUE, if we are in a suspend/resume cycle */
727 728
728 /* PHY/Radio device. */ 729 /* PHY/Radio device. */
729 struct b43_phy phy; 730 struct b43_phy phy;