diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2010-05-26 16:41:40 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-03 14:10:44 -0400 |
commit | 3a4d4aa2d38e5305b5e93dffdc9dd2f975129328 (patch) | |
tree | 00fbc70c2165082299c5516217c6c85e751017cc /include | |
parent | 1f03baad4d0516f4bd3a4728d71ff00b01be930d (diff) |
mac80211: remove bogus mod_timer() call
The IBSS code has a bogus mod_timer(..., 0) call,
we shouldn't ever pass a constant value to the
function since any constant value could be in the
future or the past.
However, invoking the timer here is not necessary
at all, since we just finished scanning and just
need to have the IBSS code run again from the
workqueue later, so factor out the work starting
and use that instead.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions