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)
commit579d7534ca83235794b6d9ef3cd473ffc14e9d42
tree516ece1ef5c0d97828f27fb5d23a824d0af18882
parentb6411fc23c70d7a9f57a0bfb35212ad92b5c2b5e
cfg80211: add missing braces

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>
net/wireless/nl80211.c