Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281180
b: refs/heads/master
c: fee6433
h: refs/heads/master
v: v3
  • Loading branch information
Marcos Paulo de Souza authored and Greg Kroah-Hartman committed Nov 30, 2011
1 parent f5d9a93 commit 18bee52
Show file tree
Hide file tree
Showing 3 changed files with 3 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: ca76edebce4a6b8b75ac39e0f74fbf4093c27de2
refs/heads/master: fee6433bdd1a4ab403a79069eda9a38da9903243
4 changes: 1 addition & 3 deletions trunk/drivers/staging/vt6656/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ BYTE ii;
* Return Value: TRUE if succeeded; FALSE if failed.
*
*/
BOOL CARDbAddBasicRate(void *pDeviceHandler, WORD wRateIdx)
void CARDbAddBasicRate(void *pDeviceHandler, WORD wRateIdx)
{
PSDevice pDevice = (PSDevice) pDeviceHandler;
WORD wRate = (WORD)(1<<wRateIdx);
Expand All @@ -616,8 +616,6 @@ WORD wRate = (WORD)(1<<wRateIdx);

//Determines the highest basic rate.
CARDvUpdateBasicTopRate(pDevice);

return(TRUE);
}

BOOL CARDbIsOFDMinBasicRate(void *pDeviceHandler)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6656/card.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ BOOL CARDbSetMediaChannel(void *pDeviceHandler,
void CARDvSetRSPINF(void *pDeviceHandler, BYTE byBBType);
void vUpdateIFS(void *pDeviceHandler);
void CARDvUpdateBasicTopRate(void *pDeviceHandler);
BOOL CARDbAddBasicRate(void *pDeviceHandler, WORD wRateIdx);
void CARDbAddBasicRate(void *pDeviceHandler, WORD wRateIdx);
BOOL CARDbIsOFDMinBasicRate(void *pDeviceHandler);
void CARDvAdjustTSF(void *pDeviceHandler, BYTE byRxRate,
QWORD qwBSSTimestamp, QWORD qwLocalTSF);
Expand Down

0 comments on commit 18bee52

Please sign in to comment.