diff options
| author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-08-10 07:16:50 -0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2012-08-10 15:27:14 -0400 |
| commit | 97f7e8a785b9877098d7f255654b25bf85ae9d6a (patch) | |
| tree | 1822becb66fe0a84d5c2d1bfeef060a1633df141 /drivers/net | |
| parent | 3d2776f62140369619b0e6c13ea19b814eed03b4 (diff) | |
ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLE
mac80211 does it for us.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/rc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/rc.c b/drivers/net/wireless/ath/ath9k/rc.c index ed48d3d3e6b2..78192c19fe54 100644 --- a/drivers/net/wireless/ath/ath9k/rc.c +++ b/drivers/net/wireless/ath/ath9k/rc.c | |||
| @@ -682,8 +682,6 @@ static void ath_rc_rate_set_series(const struct ath_rate_table *rate_table, | |||
| 682 | rate->count = tries; | 682 | rate->count = tries; |
| 683 | rate->idx = rate_table->info[rix].ratecode; | 683 | rate->idx = rate_table->info[rix].ratecode; |
| 684 | 684 | ||
| 685 | if (txrc->short_preamble) | ||
| 686 | rate->flags |= IEEE80211_TX_RC_USE_SHORT_PREAMBLE; | ||
| 687 | if (txrc->rts || rtsctsenable) | 685 | if (txrc->rts || rtsctsenable) |
| 688 | rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS; | 686 | rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS; |
| 689 | 687 | ||
