Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267866
b: refs/heads/master
c: 09ced23
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent d210470 commit 5c1ae48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e93e0f6aabd51652fcfa943ca8e8ec2f4947156e
refs/heads/master: 09ced23df6a3345f1923b70d0e799105777f1546
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -594,13 +594,13 @@ struct ieee_param {
#define SN_EQUAL(a, b) (a == b)
#define MAX_DEV_ADDR_SIZE 8

typedef enum _ACT_CATEGORY{
enum act_category {
ACT_CAT_QOS = 1,
ACT_CAT_DLS = 2,
ACT_CAT_BA = 3,
ACT_CAT_HT = 7,
ACT_CAT_WMM = 17,
} ACT_CATEGORY, *PACT_CATEGORY;
};

typedef enum _TS_ACTION{
ACT_ADDTSREQ = 0,
Expand Down

0 comments on commit 5c1ae48

Please sign in to comment.