From: Johannes Berg Date: Mon, 23 Aug 2010 08:46:50 +0000 (+0200) Subject: iwlagn: remove iw_mode check for beacon X-Git-Tag: v2.6.37-rc1~147^2~584^2^2~17^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60744f62971cfa80cab36ab8c12afeae371fbe8b;p=pandora-kernel.git iwlagn: remove iw_mode check for beacon Since we have the beacon context now, we no longer need to rely on iw_mode but can check the beacon context interface's type. However, that check must be in the work item instead due to locking constraints (mutex must be held when dereferencing beacon_ctx pointer). Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed