commit | 2a783c136b4f280d9863170bd6703d25bdb4746c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Jul 01 21:26:45 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:01:48 2009 -0400 |
tree | 9cc7daeccd5008b292b138f863fd78b32b040c12 | |
parent | 898324025fc12132d3ed98f8baf4fb3fa45327e0 [diff] |
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 <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>