commit | 3b8d9c290364c86fc9f4baff7c82264a96f706d6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Mar 06 22:58:23 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Mar 11 15:16:41 2013 +0200 |
tree | 1846334a221657ee663a80bedbc857c6f669c2c2 | |
parent | 79cf2dfa362f3e6368ad8ecb10aa82b39678fedc [diff] [blame] |
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>
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index c2d4bf2..e5c1441 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c
@@ -252,7 +252,7 @@ goto out_unlock; } - __ieee80211_key_free(key, true); + ieee80211_key_free(key, true); ret = 0; out_unlock: