]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: add missing break in cfg80211_get_chan_state()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 25 Oct 2013 10:46:44 +0000 (12:46 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Nov 2013 19:50:36 +0000 (20:50 +0100)
commit8a7596806c53d61fadb93cfcaa72b09cc3c42a08
treed612eb1119354822104cc94c9f0739f79627458f
parent27aca9e1778a8b5c6dbdd9f6e15374a87f014da2
cfg80211: add missing break in cfg80211_get_chan_state()

Improve readability of the function by adding the break,
there's no functional impact but it's confusing to fall
through.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/chan.c