]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit156b70d17ce85778341cfb2a90c5bcb14b28ab3f
tree298075985d2de00039c8a50cac99a0b221914ae1
parent59c02b4149183cb53d95b1ce3a8188cbee63f57f
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 <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
drivers/net/wireless/iwlwifi/iwl-sta.c