diff options
Diffstat (limited to 'drivers/net/wireless/b43legacy/b43legacy.h')
-rw-r--r-- | drivers/net/wireless/b43legacy/b43legacy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43legacy/b43legacy.h b/drivers/net/wireless/b43legacy/b43legacy.h index 97b0e06dfe21..4cdde4ad17c0 100644 --- a/drivers/net/wireless/b43legacy/b43legacy.h +++ b/drivers/net/wireless/b43legacy/b43legacy.h | |||
@@ -596,9 +596,11 @@ struct b43legacy_wl { | |||
596 | /* Stats about the wireless interface */ | 596 | /* Stats about the wireless interface */ |
597 | struct ieee80211_low_level_stats ieee_stats; | 597 | struct ieee80211_low_level_stats ieee_stats; |
598 | 598 | ||
599 | #ifdef CONFIG_B43LEGACY_HWRNG | ||
599 | struct hwrng rng; | 600 | struct hwrng rng; |
600 | u8 rng_initialized; | 601 | u8 rng_initialized; |
601 | char rng_name[30 + 1]; | 602 | char rng_name[30 + 1]; |
603 | #endif | ||
602 | 604 | ||
603 | /* The RF-kill button */ | 605 | /* The RF-kill button */ |
604 | struct b43legacy_rfkill rfkill; | 606 | struct b43legacy_rfkill rfkill; |