alistair23-linux/drivers/net/wireless/ath/carl9170
Christian Lamparter 80d6e96be8 carl9170: Use do_div for 64-bit division to fix 32-bit kernels
Use the do_div macro for 64-bit division. Otherwise, the module will
reference __udivdi3 under 32-bit kernels, which is not allowed in
kernel space.

drivers/built-in.o: In function `carl9170_collect_tally':
cmd.c:191: undefined reference to `__udivdi3'
cmd.c:192: undefined reference to `__udivdi3'
cmd.c:193: undefined reference to `__udivdi3'

Reported-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Tested-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-08-26 10:47:58 -04:00
..
carl9170.h carl9170: export HW random number generator 2011-08-24 14:41:42 -04:00
cmd.c carl9170: Use do_div for 64-bit division to fix 32-bit kernels 2011-08-26 10:47:58 -04:00
cmd.h carl9170: improve site survey 2011-08-24 14:41:42 -04:00
debug.c carl9170: fix formatting issues found by checkpatch 2011-07-15 13:38:34 -04:00
debug.h
eeprom.h
fw.c carl9170: fix timekeeping for HW_COUNTER firmwares 2011-08-24 14:41:42 -04:00
fwcmd.h carl9170: import updated firmware headers 2011-08-24 14:41:42 -04:00
fwdesc.h carl9170 firmware: update firmware headers 2011-07-18 14:29:43 -04:00
hw.h carl9170 firmware: update firmware headers 2011-07-18 14:29:43 -04:00
Kconfig carl9170: export HW random number generator 2011-08-24 14:41:42 -04:00
led.c carl9170: fix formatting issues found by checkpatch 2011-07-15 13:38:34 -04:00
mac.c carl9170: move beacon_update into tx.c 2011-07-18 14:29:43 -04:00
main.c carl9170: export HW random number generator 2011-08-24 14:41:42 -04:00
Makefile
phy.c carl9170: improve site survey 2011-08-24 14:41:42 -04:00
phy.h
rx.c
tx.c carl9170: set beacon xmit power to the max 2011-07-18 14:29:44 -04:00
usb.c
version.h carl9170: import updated firmware headers 2011-08-24 14:41:42 -04:00
wlan.h carl9170: import 1.9.4 firmware headers 2011-07-05 15:26:51 -04:00