From 7b93a42f24caf3ac1c9ad440fb50b1aafd7d2969 Mon Sep 17 00:00:00 2001 From: Arend van Spriel Date: Mon, 12 Sep 2011 12:14:53 +0200 Subject: [PATCH] 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-format-patch failed