linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 0/2] P2P find phase offload
@ 2013-06-24  8:49 Vladimir Kondratiev
  2013-06-24  8:49 ` [PATCH v10 1/2] cfg80211: add flags to cfg80211_rx_mgmt Vladimir Kondratiev
  2013-06-24  8:49 ` [PATCH v10 2/2] cfg80211: P2P find phase offload Vladimir Kondratiev
  0 siblings, 2 replies; 7+ messages in thread
From: Vladimir Kondratiev @ 2013-06-24  8:49 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Vladimir Kondratiev, linux-wireless, Luis R . Rodriguez,
	John W . Linville, Jouni Malinen

Following discussion input, I added 'flags' attribute for
cfg80211_rx_mgmt(), as separate commit since it is... separate

Now, policy for P2P device is clear - it replies probe-requests
if it can, then if driver receives probe (if FW replies to the probe,
it may be not reported to the driver), it reports via cfg80211_rx_mgmt()
indicating whether frame was replied. wpa_s now can determine whether it
need to reply on its own.

Vladimir Kondratiev (2):
  cfg80211: add flags to cfg80211_rx_mgmt
  cfg80211: P2P find phase offload

 drivers/net/wireless/ath/ath6kl/wmi.c         |   7 +-
 drivers/net/wireless/ath/wil6210/wmi.c        |   2 +-
 drivers/net/wireless/brcm80211/brcmfmac/p2p.c |   4 +-
 drivers/net/wireless/mwifiex/util.c           |   4 +-
 include/net/cfg80211.h                        |  80 ++++++++++-
 include/uapi/linux/nl80211.h                  |  32 +++++
 net/mac80211/rx.c                             |   3 +-
 net/wireless/mlme.c                           |   4 +-
 net/wireless/nl80211.c                        | 187 +++++++++++++++++++++++++-
 net/wireless/nl80211.h                        |   2 +-
 net/wireless/rdev-ops.h                       |  19 +++
 net/wireless/trace.h                          |  42 ++++++
 12 files changed, 369 insertions(+), 17 deletions(-)

-- 
1.8.1.2


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

end of thread, other threads:[~2013-06-25  9:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24  8:49 [PATCH v10 0/2] P2P find phase offload Vladimir Kondratiev
2013-06-24  8:49 ` [PATCH v10 1/2] cfg80211: add flags to cfg80211_rx_mgmt Vladimir Kondratiev
2013-06-24 13:46   ` Arend van Spriel
2013-06-24 14:08   ` Johannes Berg
2013-06-24  8:49 ` [PATCH v10 2/2] cfg80211: P2P find phase offload Vladimir Kondratiev
2013-06-25  7:06   ` Peer, Ilan
2013-06-25  9:25     ` Vladimir Kondratiev

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).