Commit 0a3d5991 authored by Johannes Berg's avatar Johannes Berg
Browse files

wifi: mac80211: remove key data from get_key callback

parent a7e57930
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -742,9 +742,6 @@ static int ieee80211_get_key(struct wiphy *wiphy, struct net_device *dev,
		break;
	}

	params.key = key->conf.key;
	params.key_len = key->conf.keylen;

	callback(cookie, &params);
	err = 0;