From: Johannes Berg Date: Wed, 28 Apr 2010 21:44:45 +0000 (-0700) Subject: iwlwifi: fix iwl_sta_init_lq station ID X-Git-Tag: v2.6.35-rc1~473^2~42^2^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156b70d17ce85778341cfb2a90c5bcb14b28ab3f;p=pandora-kernel.git iwlwifi: fix iwl_sta_init_lq station ID The "is_ap" argument to iwl_sta_init_lq is never true, so it and the corresponding code can be removed. However, it needs to have the station ID because it is also used for the IBSS BSSID station, and that doesn't have the broadcast ID. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed