iwlwifi: fix iwl_sta_init_lq station ID
authorJohannes Berg <johannes.berg@intel.com>
Wed, 28 Apr 2010 21:44:45 +0000 (14:44 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Mon, 10 May 2010 22:09:01 +0000 (15:09 -0700)
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 <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>

No differences found