All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Stop scheduled scan if netlink client disappears
@ 2014-11-12 11:36 Jukka Rissanen
  2014-11-12 11:36 ` [PATCH v2 1/2] nl80211: Replace interface socket owner attribute with more generic one Jukka Rissanen
  2014-11-12 11:36 ` [PATCH v2 2/2] nl80211: Stop scheduled scan if netlink client disappears Jukka Rissanen
  0 siblings, 2 replies; 5+ messages in thread
From: Jukka Rissanen @ 2014-11-12 11:36 UTC (permalink / raw)
  To: linux-wireless

Hi,

v2:

- split the patch
- In patch 1, use a generic NL80211_ATTR_SOCKET_OWNER attribute and
  convert the old code that uses NL80211_ATTR_IFACE_SOCKET_OWNER to
  use the new value. A define is provided for backward compatibility.
- Any pending schedule scan stop worker is cancelled when interface is
  taken down in patch 2

Cheers,
Jukka


Jukka Rissanen (2):
  nl80211: Replace interface socket owner attribute with more generic
    one
  nl80211: Stop scheduled scan if netlink client disappears

 include/net/cfg80211.h       |  2 ++
 include/uapi/linux/nl80211.h | 11 ++++++++---
 net/wireless/core.c          | 10 +++++++++-
 net/wireless/nl80211.c       | 38 ++++++++++++++++++++++++++++++++++++--
 4 files changed, 55 insertions(+), 6 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2014-11-12 11:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 11:36 [PATCH v2 0/2] Stop scheduled scan if netlink client disappears Jukka Rissanen
2014-11-12 11:36 ` [PATCH v2 1/2] nl80211: Replace interface socket owner attribute with more generic one Jukka Rissanen
2014-11-12 11:47   ` Luca Coelho
2014-11-12 11:52     ` Johannes Berg
2014-11-12 11:36 ` [PATCH v2 2/2] nl80211: Stop scheduled scan if netlink client disappears Jukka Rissanen

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.