Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227934
b: refs/heads/master
c: b5ebd85
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger committed Nov 1, 2010
1 parent 20abc24 commit d3fd61f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 429a5908fe3bc4d9ca2512b94cd10b69d50bf91f
refs/heads/master: b5ebd85b2bcc0c0a2171e4cc74c61debdc903ddf
6 changes: 0 additions & 6 deletions trunk/drivers/staging/bcm/Qos.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,6 @@ USHORT ClassifyPacket(PMINI_ADAPTER Adapter,struct sk_buff* skb)

for(uiLoopIndex = MAX_CLASSIFIERS - 1; uiLoopIndex >= 0; uiLoopIndex--)
{
if (Adapter->device_removed)
{
bClassificationSucceed = FALSE;
break;
}

if(bClassificationSucceed)
break;
//Iterate through all classifiers which are already in order of priority
Expand Down

0 comments on commit d3fd61f

Please sign in to comment.