Message ID | 1295813965.477021432125016290.JavaMail.weblogic@ep2mlwas05b (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Johannes Berg |
Headers | show |
On Wed, 2015-05-20 at 12:30 +0000, Rahul Jain wrote: > Dear Johannes, > > Thanks for pointing out. I incorporated your review comment in new patch below. > > From 69340d63e0c63c1ae75cdb62bf4bd04a9c961a1f 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. Now send it properly instead of pasting the output of git-send-email and all this extra junk. And then you have a usable patch, which I'll apply when it contains useful contents. 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 --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