On Fri, Jan 30, 2009 at 5:50 PM, Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> wrote: > On Fri, Jan 30, 2009 at 02:13:06AM -0800, Johannes Berg wrote: >> Giving the signal in dB isn't much more useful to userspace >> than giving the signal in unspecified units. This removes >> some radiotap information for zd1211 (the only driver using >> this flag), but it helps a lot for getting cfg80211-based >> scanning which won't support dB, and zd1211 being dB is a >> little fishy anyway. >> >> Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> >> Cc: Bruno Randolf <bruno@xxxxxxxxxxxxx> > > We should be able to convert zd1211rw to use dBm anyway, we shall > release a new "vendor driver" for it which I think has some bits for this. > Just need to get around to it. > > Luis > -- > 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 > While you are at it, please also add the ability to disable in-HW sequence number generation on a per-packet basis. This is required to allow my proposed IEEE80211_F_TX_NOSEQ radiotap flag to work. (Right now, even if mac80211's ieee80211_tx_h_sequence is bypassed, injected packets will still have their sequence numbers overwritten, preventing proper injection of fragments, and by grepping through the code of zd1211rw, there appears to be no code to disable HW sequence number generation. Potentially this might mean that mac80211-generated sequence numbers also get overwritten by HW-generated ones!) --Gábor -- 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