--- 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); - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html