Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267784
b: refs/heads/master
c: dca0eb1
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent bfbaa86 commit f8e3523
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 3b83db43ccbb26863f38caccc1e7fae370f31e57
refs/heads/master: dca0eb1e15fa7cf1f4e5fae3d2c32512e24f1742
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1779,13 +1779,12 @@ struct tx_pending {
struct rtllib_txb *txb;
};//;

typedef struct _bandwidth_autoswitch
{
struct bandwidth_autoswitch {
long threshold_20Mhzto40Mhz;
long threshold_40Mhzto20Mhz;
bool bforced_tx20Mhz;
bool bautoswitch_enable;
}bandwidth_autoswitch,*pbandwidth_autoswitch;
};//,*pbandwidth_autoswitch;



Expand Down Expand Up @@ -2383,7 +2382,7 @@ struct rtllib_device {
u32 fsync_seconddiff_ratethreshold;
Fsync_State fsync_state;
bool bis_any_nonbepkts;
bandwidth_autoswitch bandwidth_auto_switch;
struct bandwidth_autoswitch bandwidth_auto_switch;
bool FwRWRF;

struct rt_link_detect LinkDetectInfo;
Expand Down

0 comments on commit f8e3523

Please sign in to comment.