Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Kalle Valo says: ==================== Major changes: mwifiex: * enhancements for AP mode: support verbose information in station dump command and also information about AP link. * enable power save by default brcmfmac: * fix module reload issue for PCIe * improving msgbuf protocol for PCIe devices * rework .get_station() cfg80211 callback operation * determine interface combinations upon device feature support ath9k: * ath9k_htc: add support of channel switch wil6210: * add modparam for bcast ring size * support hidden SSID * add per-MCS Rx stats ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Esse commit está contido em:
@@ -5361,6 +5361,10 @@ static void b43_supported_bands(struct b43_wldev *dev, bool *have_2ghz_phy,
|
||||
*have_5ghz_phy = true;
|
||||
return;
|
||||
case 0x4321: /* BCM4306 */
|
||||
/* There are 14e4:4321 PCI devs with 2.4 GHz BCM4321 (N-PHY) */
|
||||
if (dev->phy.type != B43_PHYTYPE_G)
|
||||
break;
|
||||
/* fall through */
|
||||
case 0x4313: /* BCM4311 */
|
||||
case 0x431a: /* BCM4318 */
|
||||
case 0x432a: /* BCM4321 */
|
||||
|
Referência em uma nova issue
Block a user