Hi, > enum ieee80211_internal_key_flags { > KEY_FLAG_UPLOADED_TO_HARDWARE = BIT(0), > KEY_FLAG_TODO_DELETE = BIT(1), > - KEY_FLAG_TODO_HWACCEL = BIT(2), > + KEY_FLAG_TODO_HWACCEL_ADD = BIT(2), > + KEY_FLAG_TODO_HWACCEL_REMOVE = BIT(2), > KEY_FLAG_TODO_DEFKEY = BIT(3), > KEY_FLAG_TODO_ADD_DEBUGFS = BIT(4), > }; Just to be sure, but the duplicate BIT(2) is correct? Ivo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html