Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281415
b: refs/heads/master
c: ba768b9
h: refs/heads/master
i:
  281413: 2f6b205
  281411: bca93fb
  281407: 08f1203
v: v3
  • Loading branch information
Marcos Paulo de Souza authored and Greg Kroah-Hartman committed Dec 22, 2011
1 parent e804dd6 commit 39f27c0
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: 50d82ad4be31a3fb2b5d7a3fb7c6948deab0d24e
refs/heads/master: ba768b917f8c4c995471681d6eaa3b1546f681c7
4 changes: 1 addition & 3 deletions trunk/drivers/staging/vt6656/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,9 @@ void MACvWriteMultiAddr(PSDevice pDevice, unsigned int uByteIdx, BYTE byData)
* Out:
* none
*
* Return Value: TRUE if success; otherwise FALSE
*
*/
BOOL MACbShutdown (PSDevice pDevice)
void MACbShutdown(PSDevice pDevice)
{
CONTROLnsRequestOutAsyn(pDevice,
MESSAGE_TYPE_MACSHUTDOWN,
Expand All @@ -145,7 +144,6 @@ BOOL MACbShutdown (PSDevice pDevice)
0,
NULL
);
return TRUE;
}

void MACvSetBBType(PSDevice pDevice,BYTE byType)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6656/mac.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@

void MACvSetMultiAddrByHash(PSDevice pDevice, BYTE byHashIdx);
void MACvWriteMultiAddr(PSDevice pDevice, unsigned int uByteIdx, BYTE byData);
BOOL MACbShutdown(PSDevice pDevice);
void MACbShutdown(PSDevice pDevice);
void MACvSetBBType(PSDevice pDevice, BYTE byType);
void MACvSetMISCFifo(PSDevice pDevice, WORD wOffset, DWORD dwData);
void MACvDisableKeyEntry(PSDevice pDevice, unsigned int uEntryIdx);
Expand Down

0 comments on commit 39f27c0

Please sign in to comment.