From: Johannes Berg Date: Fri, 14 Sep 2007 15:10:25 +0000 (-0400) Subject: [MAC80211]: remove HW_KEY_IDX_INVALID X-Git-Tag: v2.6.24-rc1~1454^2~663 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7664d451e7014b1a6828e50ccb3308d0b84816;p=pandora-kernel.git [MAC80211]: remove HW_KEY_IDX_INVALID This patch makes the mac80211/driver interface rely only on the IEEE80211_TXCTL_DO_NOT_ENCRYPT flag to signal to the driver whether a frame should be encrypted or not, since mac80211 internally no longer relies on HW_KEY_IDX_INVALID either this removes it, changes the key index to be a u8 in all places and makes the full range of the value available to drivers. 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