commit | 496bab39b5a8ef9c916cdb961dec5bbb5ba263f7 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Mar 06 13:30:45 2012 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 07 13:51:51 2012 -0500 |
tree | 57480f76aa85b9256bcdfedcc87488ce6059be7d | |
parent | 3995deafdae1b802a117b3d6d18bc9e5ce3d1340 [diff] |
iwlwifi: remove AMT check from transport As iwl_prepare_card_hw() is idempotent (and many cards support AMT anyway) there's no point in calling iwl_prepare_card_hw() only for AMT capable devices -- call it always and simplify the code that way. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>