2009/2/23 Bob Copeland <m...@bobcopeland.com>:
> On Mon, Feb 23, 2009 at 06:15:51PM +0200, Nick Kossifidis wrote:
>> Typo alert...
>> rs->rs_more = !!(rx_status->rx_status_0 & AR5K_5212_RX_DESC_STATUS0_MORE);
>
> I'm slow... what's wrong with it?
>

"!!"

it should be just

rs->rs_more = (rx_status->rx_status_0 & AR5K_5212_RX_DESC_STATUS0_MORE);




-- 
GPG ID: 0xD21DB2DB
As you read this post global entropy rises. Have Fun ;-)
Nick
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to