From: Roland Vossen Date: Thu, 29 Sep 2011 22:34:26 +0000 (-0700) Subject: staging: brcm80211: removed global var global_scb from softmac X-Git-Tag: v3.2-rc1~169^2^2~274 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3568a0a0e7881cdb955c6c6c90b0fb43ccaa3e98;p=pandora-kernel.git staging: brcm80211: removed global var global_scb from softmac Global variables are undesirable unless they are read only. Removed by instead using an already defined Station Control Block variable in a per-device structure. Reported-by: Johannes Berg Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Arend van Spriel Signed-off-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed