From: Emmanuel Grumbach Date: Mon, 30 Jun 2008 09:23:06 +0000 (+0800) Subject: iwlwifi: send ADD_STA before RXON with assoc bit X-Git-Tag: v2.6.27-rc1~969^2~224^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d59b323743b8a01e9ad1a1b31b0d7c0ef6e35a;p=pandora-kernel.git iwlwifi: send ADD_STA before RXON with assoc bit This patch fixes a bug in association flow. As soon as RXON with assoc bit is sent, uCode expects to have an entry in its station table that describe the AP. Receiving a beacon from an HT AP before sending ADD_STA results a uCode error. This patch sends first the ADD_STA (bcast and bssid) and only then RXON with assoc bit set Signed-off-by: Emmanuel Grumbach Signed-off-by: Gregory Greenman Signed-off-by: Tomas Winkler Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed