Am 2010-07-19 23:06, schrieb Gábor Stefanik: > (BTW, I say that a GIWFREQ on a monitor interface should always return > the channel the PHY is tuned to at the moment when it is issued. Most > tools seem to expect this behavior.) I agree, that would be the expected behaviour. I am not very familar with the entire wireless subsystem yet, but wouldn't that imply a interface change in cfg80211 and mac80211 to add an "get_channel" function? Because if the card is hopping channels (e.g. because of 2 station interfaces on different channels), only the driver itself can tell what's really the current channel. Nevertheless a default implementation for this new "get_channel" can be written at mac80211 level (or even cfg80211?), which tries to find the current channel by looking at all virtual interfaces, so only mac80211 drivers which allow multiple channels (and non-mac80211 drivers) need to implement it. Regards, David -- 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