* [NOTE] ath5k vs. mactime
@ 2007-12-04 19:29 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2007-12-04 19:29 UTC (permalink / raw)
To: ath5k-devel; +Cc: Luis R. Rodriguez, linux-wireless
---
drivers/net/wireless/ath5k/base.c | 7 +++++++
1 file changed, 7 insertions(+)
--- everything.orig/drivers/net/wireless/ath5k/base.c 2007-12-04 20:23:27.246950249 +0100
+++ everything/drivers/net/wireless/ath5k/base.c 2007-12-04 20:24:44.936949598 +0100
@@ -1717,6 +1717,13 @@ accept:
skb_pull(skb, pad);
}
+ /*
+ * FIXME: opmode cannot be MNTR ever since the filter
+ * flags were introduced. make this depend on the
+ * "want radiotap" flag (which should be named
+ * "want monitor".)
+ * Then, set RX_FLAG_TSFT in rxs.flags.
+ */
if (sc->opmode == IEEE80211_IF_TYPE_MNTR)
rxs.mactime = ath5k_extend_tsf(sc->ah,
ds->ds_rxstat.rs_tstamp);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-05 10:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-04 19:29 [NOTE] ath5k vs. mactime Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox