mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 13:21:45 +00:00
ath9k: remove fragmentation workaround again
Looking at the RC algorithm this is no longer necessary. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
21a49fc674
commit
e4f2a3458f
1 changed files with 0 additions and 6 deletions
|
@ -2487,11 +2487,6 @@ static int ath9k_ampdu_action(struct ieee80211_hw *hw,
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ath9k_no_fragmentation(struct ieee80211_hw *hw, u32 value)
|
|
||||||
{
|
|
||||||
return -EOPNOTSUPP;
|
|
||||||
}
|
|
||||||
|
|
||||||
static struct ieee80211_ops ath9k_ops = {
|
static struct ieee80211_ops ath9k_ops = {
|
||||||
.tx = ath9k_tx,
|
.tx = ath9k_tx,
|
||||||
.start = ath9k_start,
|
.start = ath9k_start,
|
||||||
|
@ -2508,7 +2503,6 @@ static struct ieee80211_ops ath9k_ops = {
|
||||||
.get_tsf = ath9k_get_tsf,
|
.get_tsf = ath9k_get_tsf,
|
||||||
.reset_tsf = ath9k_reset_tsf,
|
.reset_tsf = ath9k_reset_tsf,
|
||||||
.ampdu_action = ath9k_ampdu_action,
|
.ampdu_action = ath9k_ampdu_action,
|
||||||
.set_frag_threshold = ath9k_no_fragmentation,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue