mac80211: remove underscores from some key functions

Some key function don't exist without underscores, so
remove the underscores from those.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Johannes Berg
2013-03-06 22:58:23 +01:00
parent 79cf2dfa36
commit 3b8d9c2903
4 changed files with 20 additions and 20 deletions

View File

@@ -252,7 +252,7 @@ static int ieee80211_del_key(struct wiphy *wiphy, struct net_device *dev,
goto out_unlock;
}
__ieee80211_key_free(key, true);
ieee80211_key_free(key, true);
ret = 0;
out_unlock: