802.11 is meant in all cases. The section numbers match the actual 802.11 standard. Signed-off-by: Pavel Roskin <proski@xxxxxxx> --- 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 -- 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