]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit0df2f6c11813a3e522f72f6998b00ae8e17dd4df
treecdd357b481d512e09e01cd723d4de6a9b616d7f4
parentcc57ac536a88604824aca1d3c874fd5252f1e867
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