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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user