From: Ivo van Doorn Date: Thu, 17 Apr 2008 19:11:18 +0000 (+0200) Subject: mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE X-Git-Tag: v2.6.27-rc1~969^2~523 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6adbd2158fee972adcc6232de5e2ef375f1f782;p=pandora-kernel.git mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE This adds a new flag to the ieee80211_key_conf structure. This flag will inform the driver the key is pairwise rather then a shared key. This is important for drivers who support both types of keys, and need to be informed which type of key this is. Alternative would be drivers checking the address argument of set_key(), but it will be safer when mac80211 is more explicit. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed