orinoco: fix last beacon reporting on 64-bit systems
authorPavel Roskin <proski@gnu.org>
Mon, 10 Nov 2008 14:25:53 +0000 (09:25 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 21 Nov 2008 16:08:17 +0000 (11:08 -0500)
commitdfe1bafdbac1c7b48b636fb7ace799e78170e0d6
tree1a96e2362b922f8fc18ec35740c062d7e96d1085
parent1d047def6d19106a91f7756f970ac8429033a4d8
orinoco: fix last beacon reporting on 64-bit systems

orinoco_translate_scan() and orinoco_translate_ext_scan() wrongly
truncate last_scanned argument from unsigned long to unsigned int.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/orinoco/orinoco.c