From: Ivo van Doorn <ivdoorn@gmail.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: John Linville <linville@tuxdriver.com>,
linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] mac80211: fix key hwaccel race
Date: Wed, 9 Apr 2008 16:39:24 +0200 [thread overview]
Message-ID: <200804091639.24321.IvDoorn@gmail.com> (raw)
In-Reply-To: <1207689103.7442.1.camel@johannes.berg>
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
next prev parent reply other threads:[~2008-04-09 14:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-08 21:11 [PATCH] mac80211: fix key hwaccel race Johannes Berg
2008-04-09 14:39 ` Ivo van Doorn [this message]
2008-04-09 14:38 ` Johannes Berg
2008-04-09 14:45 ` [PATCH v2] " Johannes Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200804091639.24321.IvDoorn@gmail.com \
--to=ivdoorn@gmail.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.