|
@@ -408,7 +408,7 @@ int b43_generate_txhdr(struct b43_wldev *dev,
|
|
mac_ctl |= B43_TXH_MAC_HWSEQ;
|
|
mac_ctl |= B43_TXH_MAC_HWSEQ;
|
|
if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT)
|
|
if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT)
|
|
mac_ctl |= B43_TXH_MAC_STMSDU;
|
|
mac_ctl |= B43_TXH_MAC_STMSDU;
|
|
- if (phy->type == B43_PHYTYPE_A)
|
|
|
|
|
|
+ if (!phy->gmode)
|
|
mac_ctl |= B43_TXH_MAC_5GHZ;
|
|
mac_ctl |= B43_TXH_MAC_5GHZ;
|
|
|
|
|
|
/* Overwrite rates[0].count to make the retry calculation
|
|
/* Overwrite rates[0].count to make the retry calculation
|