Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267445
b: refs/heads/master
c: 7cdac4f
h: refs/heads/master
i:
  267443: 5940e6c
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 23379b4 commit 5f23c2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b7ea9d06e2ea33f10a7ff7549a680f433b77573
refs/heads/master: 7cdac4ff8deba68234e110d560876763943f9fa6
33 changes: 0 additions & 33 deletions trunk/drivers/staging/brcm80211/brcmsmac/pub.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,39 +308,6 @@ struct wl_rxsts {
struct brcms_if *wlif; /* wl interface */
};

/* status per error RX pkt */
#define WL_RXS_CRC_ERROR 0x00000001 /* CRC Error in packet */
#define WL_RXS_RUNT_ERROR 0x00000002 /* Runt packet */
#define WL_RXS_ALIGN_ERROR 0x00000004 /* Misaligned packet */
#define WL_RXS_OVERSIZE_ERROR 0x00000008 /* packet bigger than RX_LENGTH (usually 1518) */
#define WL_RXS_WEP_ICV_ERROR 0x00000010 /* Integrity Check Value error */
#define WL_RXS_WEP_ENCRYPTED 0x00000020 /* Encrypted with WEP */
#define WL_RXS_PLCP_SHORT 0x00000040 /* Short PLCP error */
#define WL_RXS_DECRYPT_ERR 0x00000080 /* Decryption error */
#define WL_RXS_OTHER_ERR 0x80000000 /* Other errors */

/* phy type */
#define WL_RXS_PHY_A 0x00000000 /* A phy type */
#define WL_RXS_PHY_B 0x00000001 /* B phy type */
#define WL_RXS_PHY_G 0x00000002 /* G phy type */
#define WL_RXS_PHY_N 0x00000004 /* N phy type */

/* encoding */
#define WL_RXS_ENCODING_CCK 0x00000000 /* CCK encoding */
#define WL_RXS_ENCODING_OFDM 0x00000001 /* OFDM encoding */

/* preamble */
#define WL_RXS_UNUSED_STUB 0x0 /* stub to match with wlc_ethereal.h */
#define WL_RXS_PREAMBLE_SHORT 0x00000001 /* Short preamble */
#define WL_RXS_PREAMBLE_LONG 0x00000002 /* Long preamble */
#define WL_RXS_PREAMBLE_MIMO_MM 0x00000003 /* MIMO mixed mode preamble */
#define WL_RXS_PREAMBLE_MIMO_GF 0x00000004 /* MIMO green field preamble */

#define WL_RXS_NFRM_AMPDU_FIRST 0x00000001 /* first MPDU in A-MPDU */
#define WL_RXS_NFRM_AMPDU_SUB 0x00000002 /* subsequent MPDU(s) in A-MPDU */
#define WL_RXS_NFRM_AMSDU_FIRST 0x00000004 /* first MSDU in A-MSDU */
#define WL_RXS_NFRM_AMSDU_SUB 0x00000008 /* subsequent MSDU(s) in A-MSDU */

enum wlc_par_id {
IOV_MPC = 1,
IOV_RTSTHRESH,
Expand Down

0 comments on commit 5f23c2c

Please sign in to comment.