Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228233
b: refs/heads/master
c: 9618386
h: refs/heads/master
i:
  228231: b90b9fe
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Dec 1, 2010
1 parent 8bee46b commit 7dde54b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 9255650cbf997762bd667896b0b86661cd81c9b4
refs/heads/master: 9618386a4e58e0459932846d9b07fa81225840d3
5 changes: 0 additions & 5 deletions trunk/drivers/staging/winbond/mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,11 +481,6 @@ Mds_Tx(struct wbsoft_priv *adapter)
XmitBufSize += CurrentSize;
XmitBufAddress += CurrentSize;

#ifdef _IBSS_BEACON_SEQ_STICK_
if ((XmitBufAddress[DOT_11_DA_OFFSET+8] & 0xfc) != MAC_SUBTYPE_MNGMNT_PROBE_REQUEST) /* +8 for USB hdr */
#endif
pMds->TxToggle = true;

/* Get packet to transmit completed, 1:TESTSTA 2:MLME 3: Ndis data */
MLME_SendComplete(adapter, 0, true);

Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/winbond/mds_s.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ struct wb35_mds {
u8 TxRate[((MAX_USB_TX_DESCRIPTOR + 1) & ~0x01)][2]; /* [0] current tx rate, [1] fall back rate */
u8 TxInfo[((MAX_USB_TX_DESCRIPTOR + 1) & ~0x01)]; /*Store information for callback function */

/* for scanning mechanism */
u8 TxToggle; /* It is TRUE if there are tx activities in some time interval */
u8 Reserved_[3];

/* ---- for Tx Parameter */
u16 TxFragmentThreshold; /* For frame body only */
u16 TxRTSThreshold;
Expand Down

0 comments on commit 7dde54b

Please sign in to comment.