From: Pavel Roskin <proski@gnu.org>
To: linux-wireless@vger.kernel.org,
John W Linville <linville@tuxdriver.com>, Jouni Malinen <j@w1.fi>
Subject: [PATCH 2/5] hostap: fix references to 8802.11
Date: Thu, 22 May 2008 21:54:48 -0400 [thread overview]
Message-ID: <20080523015448.16636.37283.stgit@dv.roinet.com> (raw)
In-Reply-To: <20080523015442.16636.92254.stgit@dv.roinet.com>
802.11 is meant in all cases. The section numbers match the actual
802.11 standard.
Signed-off-by: Pavel Roskin <proski@gnu.org>
---
drivers/net/wireless/hostap/hostap_ap.c | 8 ++++----
drivers/net/wireless/hostap/hostap_ap.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/net/wireless/hostap/hostap_ap.c b/drivers/net/wireless/hostap/hostap_ap.c
index ab981af..19ed075 100644
--- a/drivers/net/wireless/hostap/hostap_ap.c
+++ b/drivers/net/wireless/hostap/hostap_ap.c
@@ -9,11 +9,11 @@
*
* AP: FIX:
* - if unicast Class 2 (assoc,reassoc,disassoc) frame received from
- * unauthenticated STA, send deauth. frame (8802.11: 5.5)
+ * unauthenticated STA, send deauth. frame (802.11: 5.5)
* - if unicast Class 3 (data with to/from DS,deauth,pspoll) frame received
- * from authenticated, but unassoc STA, send disassoc frame (8802.11: 5.5)
+ * from authenticated, but unassoc STA, send disassoc frame (802.11: 5.5)
* - if unicast Class 3 received from unauthenticated STA, send deauth. frame
- * (8802.11: 5.5)
+ * (802.11: 5.5)
*/
#include <linux/proc_fs.h>
@@ -1956,7 +1956,7 @@ static void handle_pspoll(local_info_t *local,
/* FIX: todo:
* - add timeout for buffering (clear aid in TIM vector if buffer timed
* out (expiry time must be longer than ListenInterval for
- * the corresponding STA; "8802-11: 11.2.1.9 AP aging function"
+ * the corresponding STA; "802.11: 11.2.1.9 AP aging function"
* - what to do, if buffered, pspolled, and sent frame is not ACKed by
* sta; store buffer for later use and leave TIM aid bit set? use
* TX event to check whether frame was ACKed?
diff --git a/drivers/net/wireless/hostap/hostap_ap.h b/drivers/net/wireless/hostap/hostap_ap.h
index 2fa2452..0d2cbf4 100644
--- a/drivers/net/wireless/hostap/hostap_ap.h
+++ b/drivers/net/wireless/hostap/hostap_ap.h
@@ -103,7 +103,7 @@ struct sta_info {
#define MAX_STA_COUNT 1024
/* Maximum number of AIDs to use for STAs; must be 2007 or lower
- * (8802.11 limitation) */
+ * (802.11 limitation) */
#define MAX_AID_TABLE_SIZE 128
#define STA_HASH_SIZE 256
next prev parent reply other threads:[~2008-05-23 1:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-23 1:54 [PATCH 1/5] hostap: fix sparse warnings Pavel Roskin
2008-05-23 1:54 ` Pavel Roskin [this message]
2008-05-26 9:38 ` [PATCH 2/5] hostap: fix references to 8802.11 Jouni Malinen
2008-05-23 1:54 ` [PATCH 3/5] hostap: remove private "monitor" ioctl Pavel Roskin
2008-05-26 9:44 ` Jouni Malinen
2008-05-28 13:30 ` Pavel Roskin
2008-05-28 14:48 ` Jouni Malinen
2008-05-23 1:55 ` [PATCH 4/5] hostap: don't report useless WDS frames by default Pavel Roskin
2008-05-23 1:55 ` [PATCH 5/5] hostap: add radiotap support, always use it in monitor mode Pavel Roskin
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=20080523015448.16636.37283.stgit@dv.roinet.com \
--to=proski@gnu.org \
--cc=j@w1.fi \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).