]> git.baikalelectronics.ru Git - kernel.git/commit
mesh_plink: fixup type of timeout to match usage
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 2 Mar 2015 09:54:14 +0000 (04:54 -0500)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 4 Mar 2015 09:34:14 +0000 (10:34 +0100)
commita74b9f2c52e50e5dc3902068d4203c11e684aa3d
treecdd357b481d512e09e01cd723d4de6a9b616d7f4
parent91b7d73a67eebae82e8d0afd840a5abad8d43d09
mesh_plink: fixup type of timeout to match usage

timeout was being passed as int but assigned from u32/u16 values and used
as unsigned type. This is really only for better readability.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh_plink.c