Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324711
b: refs/heads/master
c: e31bbfc
h: refs/heads/master
i:
  324709: 056570c
  324707: 6439b72
  324703: 1ea12a9
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 21dfa7e commit 4257b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0c925aa043640086ff928f45c89274965eace5a9
refs/heads/master: e31bbfcc44b5c8871c6633d0fe40723e4aefb222
3 changes: 1 addition & 2 deletions trunk/drivers/staging/wlags49_h2/wl_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1768,9 +1768,8 @@ void wl_wds_netif_carrier_off( struct wl_private *lp )

if( lp != NULL ) {
for( count = 0; count < NUM_WDS_PORTS; count++ ) {
if( lp->wds_port[count].is_registered ) {
if( lp->wds_port[count].is_registered )
netif_carrier_off( lp->wds_port[count].dev );
}
}
}

Expand Down

0 comments on commit 4257b2e

Please sign in to comment.