cfg80211: add missing braces
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 18 May 2010 12:36:34 +0000 (14:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 21 May 2010 18:40:01 +0000 (14:40 -0400)
Specifying a valid channel type will get
goto out rather than continuing, due to
missing braces. This affects both remain
on channel and action frame TX commands.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found