Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219961
b: refs/heads/master
c: c325d98
h: refs/heads/master
i:
  219959: b31c4c3
v: v3
  • Loading branch information
Mike McCormack authored and Greg Kroah-Hartman committed Sep 21, 2010
1 parent eac08e8 commit 8934e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 7aed48d9a7a9f72f8f1ad187d5d41510a7696813
refs/heads/master: c325d9805d2e32e818a362e5e66d544f786f98ff
13 changes: 1 addition & 12 deletions trunk/drivers/staging/rtl8192e/r8192E_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,18 +253,7 @@ static TX_FWINFO_T Tmp_TxFwInfo;

void CamResetAllEntry(struct net_device *dev)
{
//u8 ucIndex;
u32 ulcommand = 0;

#if 1
ulcommand |= BIT31|BIT30;
write_nic_dword(dev, RWCAM, ulcommand);
#else
for(ucIndex=0;ucIndex<TOTAL_CAM_ENTRY;ucIndex++)
CAM_mark_invalid(dev, ucIndex);
for(ucIndex=0;ucIndex<TOTAL_CAM_ENTRY;ucIndex++)
CAM_empty_entry(dev, ucIndex);
#endif
write_nic_dword(dev, RWCAM, BIT31|BIT30);
}


Expand Down

0 comments on commit 8934e94

Please sign in to comment.