From: Johannes Berg Date: Thu, 15 Dec 2011 10:17:37 +0000 (+0100) Subject: mac80211: delay IBSS station insertion X-Git-Tag: v3.3-rc1~182^2~178^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf11d8d081106c3cce8281a0150e716f8ac5d22;p=pandora-kernel.git mac80211: delay IBSS station insertion In order to notify drivers and simplify the station management code, defer IBSS station insertion to a work item and don't do it directly while receiving a frame. This increases the complexity in IBSS a little bit, but it's pretty straight forward and it allows us to reduce the station management complexity (next patch) considerably. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed