mac80211: Notify new IBSS network creation
authorSujith Manoharan <c_manoha@qti.qualcomm.com>
Fri, 12 Oct 2012 12:05:45 +0000 (17:35 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 18 Oct 2012 07:01:53 +0000 (09:01 +0200)
commitc13a765bd96f4e2f52d218ee6e5c0715380eeeb8
treeeb785098f0a3e3eb4217d9943e9dcd26180ad6b8
parentcd2bb512cda58f1efb922ad6dc29013ea5d5d9d0
mac80211: Notify new IBSS network creation

Initialization of beacon transmission in IBSS mode depends
on whether a new BSS is being created or joined. When joining
an existing IBSS network, beaconing has to start only after
a TSF-sync has happened - this is explained in 11.1.4.

Introduce a new parameter in the BSS information structure to
indicate creator/joiner mode.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/ibss.c