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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h
index beaf18d6e8a7..4e8ad841c3c5 100644
--- a/drivers/net/wireless/b43/b43.h
+++ b/drivers/net/wireless/b43/b43.h
@@ -625,9 +625,11 @@ struct b43_wl {
625 /* Stats about the wireless interface */ 625 /* Stats about the wireless interface */
626 struct ieee80211_low_level_stats ieee_stats; 626 struct ieee80211_low_level_stats ieee_stats;
627 627
628#ifdef CONFIG_B43_HWRNG
628 struct hwrng rng; 629 struct hwrng rng;
629 u8 rng_initialized; 630 bool rng_initialized;
630 char rng_name[30 + 1]; 631 char rng_name[30 + 1];
632#endif /* CONFIG_B43_HWRNG */
631 633
632 /* The RF-kill button */ 634 /* The RF-kill button */
633 struct b43_rfkill rfkill; 635 struct b43_rfkill rfkill;
@@ -776,8 +778,8 @@ struct b43_wldev {
776 /* Reason code of the last interrupt. */ 778 /* Reason code of the last interrupt. */
777 u32 irq_reason; 779 u32 irq_reason;
778 u32 dma_reason[6]; 780 u32 dma_reason[6];
779 /* saved irq enable/disable state bitfield. */ 781 /* The currently active generic-interrupt mask. */
780 u32 irq_savedstate; 782 u32 irq_mask;
781 /* Link Quality calculation context. */ 783 /* Link Quality calculation context. */
782 struct b43_noise_calculation noisecalc; 784 struct b43_noise_calculation noisecalc;
783 /* if > 0 MAC is suspended. if == 0 MAC is enabled. */ 785 /* if > 0 MAC is suspended. if == 0 MAC is enabled. */