]> git.ipfire.org Git - thirdparty/iw.git/commit
fix bug in iftype_name()
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Nov 2012 10:29:13 +0000 (11:29 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 6 Nov 2012 10:29:13 +0000 (11:29 +0100)
commita66b3a357bf41a9672c6f3dd96d3a5ad33c9a621
treed198dd0fababc58b291afead695fc40d5cd8058a
parentced94d5f129e5d116b6a888f312deab081bb2231
fix bug in iftype_name()

If the kernel has been updated, and iw hasn't
but was recompiled, the function can return
NULL which isn't desirable. Fix it.
util.c