diff mbox

Added 2 new Control Frames ( Beamforming Report Poll & VHT NDP Announcement) defined in 802.11ac

Message ID 2076339160.163631431579743152.JavaMail.weblogic@ep2mlwas05d (mailing list archive)
State Rejected
Delegated to: Johannes Berg
Headers show

Commit Message

Rahul Jain May 14, 2015, 5:02 a.m. UTC
hello All,

Below is the patch for 2 new control frames defined in 802.11ac.
Please review and merge.

From b9ca335040547e565684f5bf60d37db896322663 Mon Sep 17 00:00:00 2001                                                                                                                                                                       
From: rahul <rahul.jain@samsung.com>
Date: Thu, 14 May 2015 10:21:48 +0530
Subject: [PATCH] Added 2 new Control Frames ( Beamforming Report Poll & VHT 
 NDP Announcement) defined in 802.11ac


Signed-off-by: rahul <rahul.jain@samsung.com>
---
 include/linux/ieee80211.h |    2 ++
 1 file changed, 2 insertions(+)

Comments

Johannes Berg May 19, 2015, 7:28 a.m. UTC | #1
On Thu, 2015-05-14 at 05:02 +0000, Rahul Jain wrote:
> hello All,
> 
> Below is the patch for 2 new control frames defined in 802.11ac.
> Please review and merge.
> 
> From b9ca335040547e565684f5bf60d37db896322663 Mon Sep 17 00:00:00 2001                                                                                                                                                                       
> From: rahul <rahul.jain@samsung.com>
> Date: Thu, 14 May 2015 10:21:48 +0530
> Subject: [PATCH] Added 2 new Control Frames ( Beamforming Report Poll & VHT 
>  NDP Announcement) defined in 802.11ac

As long as nobody is using these, I don't see much reason to merge this.

Also, a much better commit log would be needed.

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index b9c7897..ca38616 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -75,6 +75,8 @@ 
 #define IEEE80211_STYPE_ACTION         0x00D0
 
 /* control */
+#define IEEE80211_STYPE_BEAMFORM_POLL  0x0040
+#define IEEE80211_STYPE_VHT_NDP_ANNOUCE        0x0050
 #define IEEE80211_STYPE_CTL_EXT                0x0060
 #define IEEE80211_STYPE_BACK_REQ       0x0080
 #define IEEE80211_STYPE_BACK           0x0090