]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: allow registering more than one beacon listener
authorBen Greear <greearb@candelatech.com>
Fri, 26 Oct 2012 21:49:25 +0000 (14:49 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 5 Nov 2012 15:33:45 +0000 (16:33 +0100)
commit7d08513bd561f79322af8672e46aa5b8839ffad5
tree5f9e2b055552c6e5053f8a2ab2ebb686b3af5411
parentff8b06d05f100bc035307c03133d168b168f660e
cfg80211: allow registering more than one beacon listener

The commit:

commit 54777584397408a10bcdb3eed26c6d2f9729d63d
Author: Johannes Berg <johannes.berg@intel.com>
Date:   Fri Nov 4 11:18:17 2011 +0100

    cfg80211: allow registering to beacons

allowed only a single process to register for beacon events
per wiphy.  This breaks cases where a user may want two or
more VIFs on a wiphy and run a seperate hostapd process on
each vif.

This patch allows multiple beacon listeners, fixing the
regression.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/mac80211/rx.c
net/wireless/core.c
net/wireless/core.h
net/wireless/nl80211.c