On Thu, Sep 08, 2011 at 09:31:01AM +0300, Victor Goldenshtein wrote: > You're right, cfg80211 drivers will not support it. As I couldn't > find a way to know whether it mac or cfg based driver, I can add > also IEEE80211_HW_SUPPORTS_IM_RESULT" flag (as with cancel_scan) and > then will advertise the nl80211 command if it set, is it OK? Why would cfg80211 drivers not support this? There is already a pending patch set to make ath6kl report scan results during the scan with cfg80211_inform_bss_frame() so all it would need to do is to add another call for cfg80211_send_intermediate_result() to support this... That brings up a question: Do we need to have this new function or would it be feasible for cfg80211 to generate the intermediate reports automatically based on cfg80211_inform_bss{,_frame}() calls during the scan? -- Jouni Malinen PGP id EFC895FA -- 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