diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/xmit.c')
-rw-r--r-- | drivers/net/wireless/ath9k/xmit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/xmit.c b/drivers/net/wireless/ath9k/xmit.c index b2d0cca6f4a6..93317ce9ac8a 100644 --- a/drivers/net/wireless/ath9k/xmit.c +++ b/drivers/net/wireless/ath9k/xmit.c | |||
@@ -536,7 +536,7 @@ static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf) | |||
536 | * just CTS. Note that this is only done for OFDM/HT unicast frames. | 536 | * just CTS. Note that this is only done for OFDM/HT unicast frames. |
537 | */ | 537 | */ |
538 | if (sc->sc_protmode != PROT_M_NONE && !(bf->bf_flags & ATH9K_TXDESC_NOACK) | 538 | if (sc->sc_protmode != PROT_M_NONE && !(bf->bf_flags & ATH9K_TXDESC_NOACK) |
539 | && (rt->info[rix].phy == WLAN_PHY_OFDM || | 539 | && (rt->info[rix].phy == WLAN_RC_PHY_OFDM || |
540 | WLAN_RC_PHY_HT(rt->info[rix].phy))) { | 540 | WLAN_RC_PHY_HT(rt->info[rix].phy))) { |
541 | if (sc->sc_protmode == PROT_M_RTSCTS) | 541 | if (sc->sc_protmode == PROT_M_RTSCTS) |
542 | flags = ATH9K_TXDESC_RTSENA; | 542 | flags = ATH9K_TXDESC_RTSENA; |