From: Johannes Berg Date: Fri, 14 Sep 2007 15:10:25 +0000 (-0400) Subject: [MAC80211]: remove set_key_idx callback X-Git-Tag: v2.6.24-rc1~1454^2~665 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c15a205070fac9fab0d9d4642b9342677b67f933;p=pandora-kernel.git [MAC80211]: remove set_key_idx callback No existing drivers use this callback, hence there's no telling how it might be used. In fact, it is unlikely to be of much use as-is because the default key index isn't something that the driver can do much with without knowing which interface it was for etc. And if it needs the key index for the transmitted frame, it can get it by keeping a reference to the key_conf structure and looking it up by hw_key_idx. Signed-off-by: Johannes Berg Acked-by: Michael Wu Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed