Linux wireless drivers development
 help / color / mirror / Atom feed
From: James Prestwood <james.prestwood@linux.intel.com>
To: linux-wireless@vger.kernel.org
Cc: James Prestwood <james.prestwood@linux.intel.com>
Subject: [PATCH v2 0/2] Configuring iftype/cipher support
Date: Wed, 17 Oct 2018 12:33:05 -0700	[thread overview]
Message-ID: <20181017193307.1780-1-james.prestwood@linux.intel.com> (raw)

This is V2 of my original patch, but a lot has changed:

- (extended) feature support has been completely removed due to
  (extended) features being set in core driver code. There was
  no way to set all (extended) features in JUST mac80211_hwsim.

- Iftype support was changed to a bit mask, and checks were added
  to ensure only iftypes that mac80211_hwsim already supported
  were allowed to be enabled/disabled. The interface limit rules
  are now built dynamically rather than being static structures.
  This was done because limit verification code complains if you
  have a limit rule for an iftype that you do not support.

- A new patch was added to allow supported ciphers to be configured.


James Prestwood (2):
  mac80211_hwsim: allow setting iftype support
  mac80211_hwsim: allow configurable cipher types

 drivers/net/wireless/mac80211_hwsim.c | 218 ++++++++++++++++++--------
 drivers/net/wireless/mac80211_hwsim.h |   4 +
 2 files changed, 156 insertions(+), 66 deletions(-)

-- 
2.17.1


             reply	other threads:[~2018-10-17 19:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-17 19:33 James Prestwood [this message]
2018-10-17 19:33 ` [PATCH v2 1/2] mac80211_hwsim: allow setting iftype support James Prestwood
2018-10-17 19:43   ` James Prestwood
2018-10-17 19:53   ` Johannes Berg
2018-10-17 21:00     ` James Prestwood
2018-10-17 20:58       ` Johannes Berg
2018-10-17 21:05         ` James Prestwood
2018-10-17 21:08           ` Johannes Berg
2018-10-17 21:15             ` James Prestwood
2018-10-17 19:33 ` [PATCH v2 2/2] mac80211_hwsim: allow configurable cipher types James Prestwood

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=20181017193307.1780-1-james.prestwood@linux.intel.com \
    --to=james.prestwood@linux.intel.com \
    --cc=linux-wireless@vger.kernel.org \
    /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