commit | 63d4176933a5c4d9387eb79e1d50a9232e58c06e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Apr 30 11:30:50 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Mon May 10 15:09:07 2010 -0700 |
tree | dc930513817f8e052a18b558ca667bea702f5a06 | |
parent | 57f8db89340f6ba5d913a1950b8dad4431d2beda [diff] |
iwlwifi: remove pointless HT check Remove the check before invoking iwl_set_ht_add_station(), since neither of the conditions in this check makes sense, as either we pass in a NULL ht_info (first branch) or in the IBSS case an ht_info with ht_enabled=false. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>