ssb: update list of devices supporting multiple 80211 cores
authorRafał Miłecki <zajec5@gmail.com>
Sun, 8 May 2011 18:30:31 +0000 (20:30 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 May 2011 14:17:17 +0000 (10:17 -0400)
commit9fcce61c0eddbe21f42cb47bd5a366a6eb7956ce
tree79ec32d5756bb4ae4a29fefe26fa28fd5ed818d1
parent7cc5eb629cefa9a40295ff5ee4b1ec41ad855e8d
ssb: update list of devices supporting multiple 80211 cores

Some of the BCM43xx chips contain cores that are attached to the SSB, but are
inactive as they do not connect to the external environment. These must not be
registered. Several of these types are handled in driver ssb; however, the
specific case of an inactive 802.11 cores is now treated in b43 and b43legacy.
Although the current setup works, this minor change will place all such
workarounds in ssb, and simplify the code in drivers b43 and b43legacy.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/ssb/scan.c