summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/proto/802.11.h
diff options
context:
space:
mode:
authorRoland Vossen <rvossen@broadcom.com>2010-12-24 15:17:48 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-20 15:20:35 -0800
commit0b8b430dda57de180bb0e83a9710c70ec5794432 (patch)
tree301da7e9ee46837501955f66fa9ae4e270c67fa9 /drivers/staging/brcm80211/include/proto/802.11.h
parentd83b2a8a89fd19f5c9bfefe5d90f30b4287c8568 (diff)
downloadop-kernel-dev-0b8b430dda57de180bb0e83a9710c70ec5794432.zip
op-kernel-dev-0b8b430dda57de180bb0e83a9710c70ec5794432.tar.gz
staging: brcm80211: deleted struct dot11_bcn_prb
Code cleanup. This struct did nothing useful in the code. Instances of this struct and the code that read them were removed as well. Reviewed-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/include/proto/802.11.h')
-rw-r--r--drivers/staging/brcm80211/include/proto/802.11.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/staging/brcm80211/include/proto/802.11.h b/drivers/staging/brcm80211/include/proto/802.11.h
index 08aed61..c5e044a 100644
--- a/drivers/staging/brcm80211/include/proto/802.11.h
+++ b/drivers/staging/brcm80211/include/proto/802.11.h
@@ -48,14 +48,7 @@
#define DOT11_BA_BITMAP_LEN 128
#define DOT11_BA_LEN 4
-#define DOT11_MGMT_HDR_LEN 24
-
-struct dot11_bcn_prb {
- u32 timestamp[2];
- u16 beacon_interval;
- u16 capability;
-} __attribute__((packed));
-#define DOT11_BCN_PRB_LEN 12
+#define DOT11_MGMT_HDR_LEN 24
#define WME_OUI "\x00\x50\xf2"
#define WME_VER 1
OpenPOWER on IntegriCloud