Skip to content
Snippets Groups Projects
Commit de4fcbad authored by Johannes Berg's avatar Johannes Berg
Browse files

cfg80211: avoid using default in interface type switch


Most code avoids having a default case in interface type switch
statements already, to make it easier to find places that need
to be extended. Change the code in the __cfg80211_leave() and
nl80211_key_allowed() functions to not have a default case.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 579a05f2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment