]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: fix endless loop inside handle_mgmt_dump
authorJohn Crispin <john@phrozen.org>
Fri, 17 May 2019 19:29:51 +0000 (21:29 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 May 2019 08:44:25 +0000 (10:44 +0200)
commit2f31605db4ffe5d90f84f731fdfa91f209aa2d98
treefedde17679f09e065fcd6880aad65cf7cf090117
parent0b41c3b3975933df9f9c00652391cf8dcabcf610
iw: fix endless loop inside handle_mgmt_dump

passing -1 will break the while loop further down in the code.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
mgmt.c