Hi, Since this is a rare special case, I think it really does not belong into the mac80211 data path. How about creating a monitor mode device and claiming it from within the kernel in your own module via rx_handler (the same mechanism that the bridge code uses to hook into the data path of a normal net_device). You can extract relevant information from the radiotap headers. That way you can keep your code completely separate from mac80211 and don't have to dump the maintenance overhead of this on other people. - Felix -- 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