From: Alexander Bondar Date: Thu, 16 May 2013 14:34:17 +0000 (+0300) Subject: mac80211: Use suitable semantics for beacon availability indication X-Git-Tag: v3.11-rc1~64^2~166^2^2~45^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=989c6505cdda587f87573bb6828f23964dd3d19b;p=pandora-kernel.git mac80211: Use suitable semantics for beacon availability indication Currently beacon availability upon association is marked by have_beacon flag of assoc_data structure that becomes unavailable when association completes. However beacon availability indication is required also after association to inform a driver. Currently dtim_period parameter is used for this purpose. Move have_beacon flag to another structure, persistant throughout a interface's life cycle. Use suitable sematics for beacon availability indication. Signed-off-by: Alexander Bondar [fix another instance of BSS_CHANGED_DTIM_PERIOD in docs] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed