ath9k: correct sparse identified endian bug in ath_paprd_calibrate
commita3d3da14fb0c8dcfac374543fd7fedda05e9d4fd
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 20 Jul 2010 17:15:31 +0000 (20 13:15 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 20 Jul 2010 20:49:39 +0000 (20 16:49 -0400)
tree6c806914ab0a1a3bb842833152914be4f58524b4
parent20925feee9e46c07ffe315b88c5cee61064a3ede
ath9k: correct sparse identified endian bug in ath_paprd_calibrate

drivers/net/wireless/ath/ath9k/main.c:282:26: warning: incorrect type in assignment (different base types)
drivers/net/wireless/ath/ath9k/main.c:282:26:    expected restricted __le16 [usertype] duration_id
drivers/net/wireless/ath/ath9k/main.c:282:26:    got int

Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/main.c