From: Samuel Ortiz Date: Mon, 15 Jun 2009 19:59:51 +0000 (+0200) Subject: iwmc3200wifi: handling wifi_if_ntfy responses X-Git-Tag: v2.6.32-rc1~703^2~774 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a70742f167424bab794ca74b9e99b598b358bb7d;p=pandora-kernel.git iwmc3200wifi: handling wifi_if_ntfy responses When we're calling iwm_send_wifi_if_cmd() with the resp flag set, we're currently waiting on the mlme queue, waiting for some flags here and there to show up. This patch adds a wifi_ntfy bitmap, and when we're sending a wifi_if command expecting an answers, we wait synchronously for it to show up, on a dedicated queue. The wifi_ntfy bit is set when we receive the corresponding answer. Signed-off-by: Samuel Ortiz Signed-off-by: John W. Linville --- Reading git-diff-tree failed