From: Arend van Spriel Date: Mon, 12 Sep 2011 10:14:53 +0000 (+0200) Subject: staging: brcm80211: remove static variables from wl_cfg80211.c X-Git-Tag: v3.2-rc1~169^2^2~539 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b93a42f24caf3ac1c9ad440fb50b1aafd7d2969;p=pandora-kernel.git staging: brcm80211: remove static variables from wl_cfg80211.c The source file contained two static variable which were used by the driver instance. This makes having multiple instances of the driver on one system impossible. This patch removes the use of these static variables allowing multiple driver instances. Reported-by: Johannes Berg Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Roland Vossen Signed-off-by: Roland Vossen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed