Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376146
b: refs/heads/master
c: 58dd3ff
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed May 17, 2013
1 parent 277992e commit c3972cc
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: af690092ce91a2a6d807cdfcc0b0b9b71ae54d3e
refs/heads/master: 58dd3ff86b4854cf6a60b60ab5eb57dbd0a2b4ad
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rtlwifi/rtl8188ee/trx.h
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ do { \
rxmcs == DESC92C_RATE11M)

struct phy_rx_agc_info_t {
#if __LITTLE_ENDIAN
#ifdef __LITTLE_ENDIAN
u8 gain:7, trsw:1;
#else
u8 trsw:1, gain:7;
Expand All @@ -574,7 +574,7 @@ struct phy_status_rpt {
u8 stream_target_csi[2];
u8 sig_evm;
u8 rsvd_3;
#if __LITTLE_ENDIAN
#ifdef __LITTLE_ENDIAN
u8 antsel_rx_keep_2:1; /*ex_intf_flg:1;*/
u8 sgi_en:1;
u8 rxsc:2;
Expand Down

0 comments on commit c3972cc

Please sign in to comment.