summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
diff options
context:
space:
mode:
authorJohannes Berg2013-03-06 22:58:23 +0100
committerJohannes Berg2013-03-11 14:16:41 +0100
commit3b8d9c290364c86fc9f4baff7c82264a96f706d6 (patch)
tree1846334a221657ee663a80bedbc857c6f669c2c2 /net/mac80211/cfg.c
parentmac80211: clean up key freeing a bit (diff)
downloadkernel-qcow2-linux-3b8d9c290364c86fc9f4baff7c82264a96f706d6.tar.gz
kernel-qcow2-linux-3b8d9c290364c86fc9f4baff7c82264a96f706d6.tar.xz
kernel-qcow2-linux-3b8d9c290364c86fc9f4baff7c82264a96f706d6.zip
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>
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r--net/mac80211/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index c2d4bf24a8c2..e5c1441ac2b8 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -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: