Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337208
b: refs/heads/master
c: 5ee60a7
h: refs/heads/master
v: v3
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Oct 24, 2012
1 parent 3a8c763 commit 52c1bbe
Show file tree
Hide file tree
Showing 3 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: 56c645ff7f1d57781a2231071be858cba5107678
refs/heads/master: 5ee60a7038c79d2276ae315ac6d6764391ed386f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ static void Mds_HeaderCopy(struct wbsoft_priv *adapter, struct wb35_descriptor *

pT00->T00_tx_packet_id = pDes->Descriptor_ID; /* Set packet ID */
pT00->T00_header_length = 24; /* Set header length */
pT01->T01_retry_abort_ebable = 1; /* 921013 931130.5.h */
pT01->T01_retry_abort_enable = 1; /* 921013 931130.5.h */

/* Key ID setup */
pT01->T01_wep_id = 0;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/winbond/wbhal.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ struct T01_descriptor {
u32 T01_add_challenge_text:1;
u32 T01_inhibit_crc:1;
u32 T01_loop_back_wep_mode:1;
u32 T01_retry_abort_ebable:1;
u32 T01_retry_abort_enable:1;
};
#else
struct {
u32 T01_retry_abort_ebable:1;
u32 T01_retry_abort_enable:1;
u32 T01_loop_back_wep_mode:1;
u32 T01_inhibit_crc:1;
u32 T01_add_challenge_text:1;
Expand Down

0 comments on commit 52c1bbe

Please sign in to comment.