On Thursday 10 May 2007 13:47, Larry Finger wrote: > + if (sta->txrate >= 0 && sta->txrate <= local->oper_hw_mode->num_rates) sta->txrate will never be negative unless there's a bug somewhere so that check should be removed. '<=' isn't quite right. sta->txrate == local->oper_hw_mode->num_rates is not a valid index. -Michael Wu
Attachment:
pgp0XyUT4BIiL.pgp
Description: PGP signature