]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ipw2200: Add IEEE80211_RADIOTAP_TSFT for promiscuous mode
authorZhu Yi <yi.zhu@intel.com>
Tue, 5 Dec 2006 06:42:14 +0000 (14:42 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 Dec 2006 00:31:33 +0000 (19:31 -0500)
commit4b1f8a99a2f5c6c25f04fc93272e5b9c18e82b99
tree233224e6ec397aac326ac31040876b05b674cac8
parentcc8ce997d2a4e524b1acea44beaf5bcfefdb1bfe
[PATCH] ipw2200: Add IEEE80211_RADIOTAP_TSFT for promiscuous mode

The ipw2200 BSS firmware passes on the TSF information within ipw_rx_frame,
but monitor firmware doesn't. I add back the IEEE80211_RADIOTAP_TSFT flags
so that we can get the MAC timestamp if we use the rtap interface. We will
see the MAC timestamp equals to zero if we capture the packets with a
monitor mode interface. But this is the expected behaviour.

Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2200.c