]> git.baikalelectronics.ru Git - kernel.git/commit
p54: clamp properly instead of just truncating
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 13 Jan 2014 19:05:23 +0000 (22:05 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 13 Jan 2014 19:50:06 +0000 (14:50 -0500)
commitefc683b472cdb62e373e98acedb80e7b53db3291
tree465d9293f24425ec3c03efdbe196ec756b8f68b8
parent0aa86a4d1db113aa80b0677afe093adcf32e5c21
p54: clamp properly instead of just truncating

The call to clamp_t() first truncates the variable signed 8 bit and as a
result, the actual clamp is a no-op.

Fixes: 8b9134ec7888 ('p54: improve site survey')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/txrx.c