All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mac80211: VHT peer STA caps
@ 2012-10-03  4:30 Mahesh Palivela
  0 siblings, 0 replies; only message in thread
From: Mahesh Palivela @ 2012-10-03  4:30 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless@vger.kernel.org

As per Johannes review comments on PATCH v3, split into 2 patches and 
removed incomplete code of AP mode saving STA vht caps.

[PATCH v4 1/2]
Rename vht_capabilities to vht_cap

  include/linux/ieee80211.h |    2 +-
  net/mac80211/main.c       |    2 +-
  net/mac80211/mlme.c       |    4 ++--
  net/mac80211/util.c       |    4 ++--
  4 files changed, 6 insertions(+), 6 deletions(-)

[PATCH v4 2/2]
To save APs VHT capabilities in mac80211 under STA mode

  include/net/mac80211.h     |    3 +++
  net/mac80211/Makefile      |    1 +
  net/mac80211/ieee80211_i.h |    7 +++++++
  net/mac80211/mlme.c        |    5 +++++
  net/mac80211/util.c        |   12 ++++++++++++
  net/mac80211/vht.c         |   36 ++++++++++++++++++++++++++++++++++++
  6 files changed, 64 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-03  4:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03  4:30 [PATCH v4 0/2] mac80211: VHT peer STA caps Mahesh Palivela

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.