Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267780
b: refs/heads/master
c: 0ce6004
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 2f823b7 commit 3c0a0e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2278a29d7a05a3fad9b07f3b84b14da8dd588031
refs/heads/master: 0ce600451d9d5543cba5b4c0478ecd02ffd3e399
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1774,10 +1774,10 @@ enum rtllib_state {
#ifndef eqMacAddr
#define eqMacAddr(a,b) ( ((a)[0]==(b)[0] && (a)[1]==(b)[1] && (a)[2]==(b)[2] && (a)[3]==(b)[3] && (a)[4]==(b)[4] && (a)[5]==(b)[5]) ? 1:0 )
#endif
typedef struct tx_pending_t{
struct tx_pending {
int frag;
struct rtllib_txb *txb;
}tx_pending_t;
};//;

typedef struct _bandwidth_autoswitch
{
Expand Down Expand Up @@ -2392,7 +2392,7 @@ struct rtllib_device {
u8 amsdu_in_process;

/* used if IEEE_SOFTMAC_TX_QUEUE is set */
struct tx_pending_t tx_pending;
struct tx_pending tx_pending;

/* used if IEEE_SOFTMAC_ASSOCIATE is set */
struct timer_list associate_timer;
Expand Down

0 comments on commit 3c0a0e7

Please sign in to comment.