Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] cfg80211: changes to add the country IE preferences
@ 2013-10-13  4:31 Mihir Shete
  2013-10-13  4:31 ` [PATCH v2 1/2] cfg80211: add flags to define country IE processing rules Mihir Shete
  2013-10-13  4:31 ` [PATCH v2 2/2] cfg80211: add an option to disable processing country IEs Mihir Shete
  0 siblings, 2 replies; 4+ messages in thread
From: Mihir Shete @ 2013-10-13  4:31 UTC (permalink / raw)
  To: linux-wireless; +Cc: Mihir Shete

802.11 cards may have different country IE parsing preferences
and vendors have to support these. We currently provide support
for country IE behavioural preferences by using the flags
WIPHY_FLAG_STRICT_REGULATORY, WIPHY_FLAG_CUSTOM_REGULATORY and
their combination.

Instead of extending the definition by using the existing
regulatory flags, split out the desired behaviours into a new
wiphy flag. This will allow us to add more customizations in a
more easily maintainable fashion.

Mihir Shete (2):
  cfg80211: add flags to define country IE processing rules
  cfg80211: add an option to disable processing country IEs

 drivers/net/wireless/ath/regd.c |  1 +
 include/net/cfg80211.h          | 36 +++++++++++++++++++++++-------------
 include/uapi/linux/nl80211.h    | 33 +++++++++++++++++++++++++++++++++
 net/wireless/reg.c              | 11 ++++++-----
 4 files changed, 63 insertions(+), 18 deletions(-)

-- 
1.8.2.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-14  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13  4:31 [PATCH v2 0/2] cfg80211: changes to add the country IE preferences Mihir Shete
2013-10-13  4:31 ` [PATCH v2 1/2] cfg80211: add flags to define country IE processing rules Mihir Shete
2013-10-14  8:53   ` Johannes Berg
2013-10-13  4:31 ` [PATCH v2 2/2] cfg80211: add an option to disable processing country IEs Mihir Shete

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox