Skip to content

Commit

Permalink
Staging: rtl8187se: ! x & y problem in inactive code
Browse files Browse the repository at this point in the history
Fix ! x & y problem in inactivated code

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent b318a3a commit 9c51555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3161,7 +3161,7 @@ void rtl8180_prepare_beacon(struct net_device *dev)
return ;

}
//while(! *tail & (1<<31)){
//while(! (*tail & (1<<31))){
*tail= 0; // zeroes header

*tail = *tail| (1<<29) ; //fist segment of the packet
Expand Down

0 comments on commit 9c51555

Please sign in to comment.