From: Johannes Berg Date: Wed, 28 Apr 2010 15:44:50 +0000 (-0700) Subject: iwl3945: use iwl3945_add_bcast_station X-Git-Tag: v2.6.35-rc1~473^2~42^2^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0b9cac681bf9b633397d2d5270e5ab31ca04db;p=pandora-kernel.git iwl3945: use iwl3945_add_bcast_station iwl3945 should not use iwl_add_local_station(..., false) because that would leave the IWL_STA_UCODE_INPROGRESS flag set for the station, which is not desirable. Instead it can use iwl3945_add_bcast_station() here. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed