From: Ivo van Doorn Date: Sun, 13 Jan 2008 13:16:47 +0000 (+0100) Subject: mac80211: Initialize vif pointer X-Git-Tag: v2.6.25-rc1~1162^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f7054e32fab251af5cab116da0ef6624a1a0c8b;p=pandora-kernel.git mac80211: Initialize vif pointer Before calling update_beacon() mac80211 must initialize the control.vif pointer so it can be used by the driver to determine which interface is trying to send the beacon. v2: ieee80211_beacon_get() should also initialize the vif pointer since it can be called by mac80211 internally before calling config_interface(). Signed-off-by: Ivo van Doorn Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed