Files
linux/drivers/net
Nick Kossifidis 755051993b ath5k: Fix range scaling when setting rate power table
rates[i] is unsigned but txp_offset can be negative for newer parts
with PDADC table. We cover the case when rates[i] + txp_offset > 63
but we must also cover the case when its < 0 or else rates[i] will overflow.

Signed-off-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-08-10 15:26:55 -04:00
..
2012-07-24 13:54:16 -07:00
2012-07-29 23:18:31 -07:00
2012-07-22 12:18:39 -07:00
2012-07-30 14:52:48 -07:00