From: Johannes Berg Date: Wed, 1 Jul 2009 19:26:45 +0000 (+0200) Subject: cfg80211: move break statement to correct place X-Git-Tag: v2.6.32-rc1~703^2~729 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a783c136b4f280d9863170bd6703d25bdb4746c;p=pandora-kernel.git cfg80211: move break statement to correct place Move a break statement to the correct place _after_ the #endif, otherwise w/o WIRELESS_EXT things break badly. Also, while touching this code, do a cleanup and assign dev->ieee80211_ptr to a new variable. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed