linux/drivers/net/wireless/p54
Christian Lamparter a0db663ff1 p54: 32-bit tsf timestamps
tcpdump:
02:15:42.874518 61112184us tsft 48.0 Mb/s 2437 MHz (0x0480) antenna 1 [0x0000000e] CF +QoS Data IV
02:15:42.874557 >>>4356079526us<<< tsft 24.0 Mb/s 2437 MHz (0x0480) antenna 1 [0x0000000e] Acknowledgment
02:15:42.976844 61214513us tsft 1.0 Mb/s 2437 MHz (0x0480) antenna 0 [0x0000000e] Beacon

as one can see on the huge jump, it's very plausible that firmware does not report the
full 64-bit mac time, just the lower 32bit and some kinds of flags...
Therefore if we want a useful timestamp we have to emulate the high bits.

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-09-11 15:53:31 -04:00
..
Kconfig
Makefile
net2280.h drivers/net/wireless/p54/net2280.h: silence checkpatch.pl 2008-04-08 16:44:45 -04:00
p54.h p54: 32-bit tsf timestamps 2008-09-11 15:53:31 -04:00
p54common.c p54: 32-bit tsf timestamps 2008-09-11 15:53:31 -04:00
p54common.h p54: 32-bit tsf timestamps 2008-09-11 15:53:31 -04:00
p54pci.c p54: move eeprom code into common library 2008-09-05 16:17:48 -04:00
p54pci.h p54pci: rx tasklet refactoring 2008-08-29 16:24:09 -04:00
p54usb.c p54usb: support LM87 firmwares 2008-09-05 16:19:52 -04:00
p54usb.h p54usb: support LM87 firmwares 2008-09-05 16:19:52 -04:00