iwlwifi: remove dead code from iwl_mac_reset_tsf
authorJohannes Berg <johannes.berg@intel.com>
Thu, 21 Jan 2010 15:32:58 +0000 (07:32 -0800)
committerReinette Chatre <reinette.chatre@intel.com>
Wed, 10 Mar 2010 00:04:15 +0000 (16:04 -0800)
commitb4665df448b316fd5282f4947e27eaf92dc105bb
tree64bd1f5cf0021d49dcbf71680ac590cc3181f2fd
parentd6bde7d9508f9ce9a5d57b1c0fa48f43fc5defa8
iwlwifi: remove dead code from iwl_mac_reset_tsf

iwl_mac_reset_tsf will only ever be called in
IBSS mode, so checking for other modes is not
useful and the code that depends on that will
not be executed.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
drivers/net/wireless/iwlwifi/iwl-core.c