]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: remove unnecessary variable in find_mesh_param
authorAshok Nagarajan <ashok@cozybit.com>
Tue, 9 Oct 2012 20:29:26 +0000 (13:29 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 22 Oct 2012 13:34:55 +0000 (15:34 +0200)
commit83cb979bc161a163ac03e4fc8b34936de5d3763e
tree19a50d5a82542f40f8ef12fcb80ecc5ec9ba99a1
parentfe862239636c303372184abc5635097b43777e77
iw: remove unnecessary variable in find_mesh_param

Also stick to coding style. use "strcmp ( , ) == 0" instead of (!strcmp( , ))

Signed-off-by: Ashok Nagarajan <ashok@cozybit.com>
mesh.c