iwlcore: Fix stay in table function.
commit447fee700f6cb7ada906c5db61c6c045741893e8
authorMohamed Abbas <mohamed.abbas@intel.com>
Mon, 20 Apr 2009 21:37:02 +0000 (20 14:37 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Apr 2009 20:57:19 +0000 (22 16:57 -0400)
treebe2fc35c315fc0467fe1471e6f536b6da6015233
parent279b05d4362472ae9269f982f00e644265bdbf94
iwlcore: Fix stay in table function.

Function rs_stay_in_table was flushing the rate scale table way to early. time_after
macro in expecting long value and was failing because we passing u32 value.

Signed-off-by: Mohamed Abbas <mohamed.abbas@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn-rs.c