aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/b43.h
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-09-14 17:09:12 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-09-15 15:00:54 -0400
commit4214852ea157bdae39c2dca64f1a09aa7dbb1d00 (patch)
treebec14501121ffe34a712ac541c0d34a7f70e88eb /drivers/net/wireless/b43/b43.h
parent0996c3910b8de402c319495c9560f3a909c8b866 (diff)
b43: add support for setting the beacon listen interval
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 8ebce26ef4d0..bb12586cd7cd 100644
--- a/drivers/net/wireless/b43/b43.h
+++ b/drivers/net/wireless/b43/b43.h
@@ -300,6 +300,7 @@ enum {
300#define B43_SHM_SH_LFFBLIM 0x0046 /* Long frame fallback retry limit */ 300#define B43_SHM_SH_LFFBLIM 0x0046 /* Long frame fallback retry limit */
301#define B43_SHM_SH_BEACPHYCTL 0x0054 /* Beacon PHY TX control word (see PHY TX control) */ 301#define B43_SHM_SH_BEACPHYCTL 0x0054 /* Beacon PHY TX control word (see PHY TX control) */
302#define B43_SHM_SH_EXTNPHYCTL 0x00B0 /* Extended bytes for beacon PHY control (N) */ 302#define B43_SHM_SH_EXTNPHYCTL 0x00B0 /* Extended bytes for beacon PHY control (N) */
303#define B43_SHM_SH_BCN_LI 0x00B6 /* beacon listen interval */
303/* SHM_SHARED ACK/CTS control */ 304/* SHM_SHARED ACK/CTS control */
304#define B43_SHM_SH_ACKCTSPHYCTL 0x0022 /* ACK/CTS PHY control word (see PHY TX control) */ 305#define B43_SHM_SH_ACKCTSPHYCTL 0x0022 /* ACK/CTS PHY control word (see PHY TX control) */
305/* SHM_SHARED probe response variables */ 306/* SHM_SHARED probe response variables */