diff options
Diffstat (limited to 'drivers/net/wireless/b43legacy/b43legacy.h')
-rw-r--r-- | drivers/net/wireless/b43legacy/b43legacy.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/b43legacy.h b/drivers/net/wireless/b43legacy/b43legacy.h index c40078e1fff9..97b0e06dfe21 100644 --- a/drivers/net/wireless/b43legacy/b43legacy.h +++ b/drivers/net/wireless/b43legacy/b43legacy.h | |||
@@ -145,6 +145,10 @@ | |||
145 | #define B43legacy_SHM_SH_PRMAXTIME 0x0074 /* Probe Response max time */ | 145 | #define B43legacy_SHM_SH_PRMAXTIME 0x0074 /* Probe Response max time */ |
146 | #define B43legacy_SHM_SH_PRPHYCTL 0x0188 /* Probe Resp PHY TX control */ | 146 | #define B43legacy_SHM_SH_PRPHYCTL 0x0188 /* Probe Resp PHY TX control */ |
147 | /* SHM_SHARED rate tables */ | 147 | /* SHM_SHARED rate tables */ |
148 | #define B43legacy_SHM_SH_OFDMDIRECT 0x0480 /* Pointer to OFDM direct map */ | ||
149 | #define B43legacy_SHM_SH_OFDMBASIC 0x04A0 /* Pointer to OFDM basic rate map */ | ||
150 | #define B43legacy_SHM_SH_CCKDIRECT 0x04C0 /* Pointer to CCK direct map */ | ||
151 | #define B43legacy_SHM_SH_CCKBASIC 0x04E0 /* Pointer to CCK basic rate map */ | ||
148 | /* SHM_SHARED microcode soft registers */ | 152 | /* SHM_SHARED microcode soft registers */ |
149 | #define B43legacy_SHM_SH_UCODEREV 0x0000 /* Microcode revision */ | 153 | #define B43legacy_SHM_SH_UCODEREV 0x0000 /* Microcode revision */ |
150 | #define B43legacy_SHM_SH_UCODEPATCH 0x0002 /* Microcode patchlevel */ | 154 | #define B43legacy_SHM_SH_UCODEPATCH 0x0002 /* Microcode patchlevel */ |
@@ -663,7 +667,6 @@ struct b43legacy_wldev { | |||
663 | bool bad_frames_preempt;/* Use "Bad Frames Preemption". */ | 667 | bool bad_frames_preempt;/* Use "Bad Frames Preemption". */ |
664 | bool dfq_valid; /* Directed frame queue valid (IBSS PS mode, ATIM). */ | 668 | bool dfq_valid; /* Directed frame queue valid (IBSS PS mode, ATIM). */ |
665 | bool short_preamble; /* TRUE if using short preamble. */ | 669 | bool short_preamble; /* TRUE if using short preamble. */ |
666 | bool short_slot; /* TRUE if using short slot timing. */ | ||
667 | bool radio_hw_enable; /* State of radio hardware enable bit. */ | 670 | bool radio_hw_enable; /* State of radio hardware enable bit. */ |
668 | 671 | ||
669 | /* PHY/Radio device. */ | 672 | /* PHY/Radio device. */ |