linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 0/5] cfg80211/mac80211: move interface combinations check to mac80211
@ 2014-03-11 14:16 Luciano Coelho
  2014-03-11 14:16 ` [PATCH v10 1/5] cfg80211: refactor cfg80211_can_use_iftype_chan() Luciano Coelho
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Luciano Coelho @ 2014-03-11 14:16 UTC (permalink / raw)
  To: linux-wireless; +Cc: johannes, michal.kazior, sw, andrei.otcheretianski, eliad

Hi,

The history is getting too big, so drop it... *sigh*

Adressed some comment by Eliad (thanks!)

In v10:

   * ignore software iftypes when checking used_iftypes;
   * ignore NL80211_IFTYPE_UNSPECIFIED instead of WARNing in
     cfg80211_dfs_required();

Luca.

Luciano Coelho (5):
  cfg80211: refactor cfg80211_can_use_iftype_chan()
  cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()
  cfg80211/mac80211: move interface counting for combination check to
    mac80211
  cfg80211/mac80211: move combination check to mac80211 for ibss
  cfg80211/mac80211: move more combination checks to mac80211

 Documentation/DocBook/80211.tmpl |   1 +
 include/net/cfg80211.h           |  31 +++++++--
 net/mac80211/cfg.c               |  11 +++-
 net/mac80211/chan.c              |  17 +++++
 net/mac80211/ibss.c              |  64 ++++++++++++------
 net/mac80211/ieee80211_i.h       |   4 ++
 net/mac80211/iface.c             |   6 +-
 net/mac80211/mesh.c              |   9 +--
 net/mac80211/util.c              |  76 +++++++++++++++++++++
 net/wireless/chan.c              |  74 ++++++++++++++++-----
 net/wireless/core.c              |  11 +---
 net/wireless/core.h              |  29 --------
 net/wireless/ibss.c              |  24 -------
 net/wireless/mesh.c              |  25 -------
 net/wireless/mlme.c              |  14 +---
 net/wireless/nl80211.c           |  59 +++++------------
 net/wireless/util.c              | 139 ++++++++++++++++++++++-----------------
 17 files changed, 344 insertions(+), 250 deletions(-)

-- 
1.9.0


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

end of thread, other threads:[~2023-02-15  1:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 14:16 [PATCH v10 0/5] cfg80211/mac80211: move interface combinations check to mac80211 Luciano Coelho
2014-03-11 14:16 ` [PATCH v10 1/5] cfg80211: refactor cfg80211_can_use_iftype_chan() Luciano Coelho
2014-03-11 14:16 ` [PATCH v10 2/5] cfg80211/mac80211: refactor cfg80211_chandef_dfs_required() Luciano Coelho
2014-03-11 14:16 ` [PATCH v10 3/5] cfg80211/mac80211: move interface counting for combination check to mac80211 Luciano Coelho
2014-03-14  8:40   ` Michal Kazior
2014-03-18  8:13     ` Coelho, Luciano
2014-03-18  8:36       ` Michal Kazior
2014-03-18  8:44         ` Luca Coelho
2014-03-18  8:58           ` Michal Kazior
2014-03-18  9:24             ` Luca Coelho
2023-01-09  9:39   ` Wen Gong
2023-01-09 10:05     ` Johannes Berg
2023-01-10  7:23       ` Wen Gong
2023-02-14 14:41         ` Johannes Berg
2023-02-15  1:56           ` Wen Gong
2014-03-11 14:16 ` [PATCH v10 4/5] cfg80211/mac80211: move combination check to mac80211 for ibss Luciano Coelho
2014-03-11 14:16 ` [PATCH v10 5/5] cfg80211/mac80211: move more combination checks to mac80211 Luciano Coelho
2014-03-19 14:01 ` [PATCH v10 0/5] cfg80211/mac80211: move interface combinations check " Luca Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).