* [RFT] ath9k: remove fragmentation workaround again
@ 2008-12-08 16:19 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2008-12-08 16:19 UTC (permalink / raw)
To: Luis R. Rodriguez; +Cc: Vasanthakumar Thiagarajan, linux-wireless
Looking at the RC algorithm this no longer seems to be necessary.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
drivers/net/wireless/ath9k/main.c | 6 ------
1 file changed, 6 deletions(-)
--- everything.orig/drivers/net/wireless/ath9k/main.c 2008-12-08 17:16:57.000000000 +0100
+++ everything/drivers/net/wireless/ath9k/main.c 2008-12-08 17:17:03.000000000 +0100
@@ -2427,11 +2427,6 @@ static int ath9k_ampdu_action(struct iee
return ret;
}
-static int ath9k_no_fragmentation(struct ieee80211_hw *hw, u32 value)
-{
- return -EOPNOTSUPP;
-}
-
static struct ieee80211_ops ath9k_ops = {
.tx = ath9k_tx,
.start = ath9k_start,
@@ -2448,7 +2443,6 @@ static struct ieee80211_ops ath9k_ops =
.get_tsf = ath9k_get_tsf,
.reset_tsf = ath9k_reset_tsf,
.ampdu_action = ath9k_ampdu_action,
- .set_frag_threshold = ath9k_no_fragmentation,
};
static struct {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-08 19:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 16:19 [RFT] ath9k: remove fragmentation workaround again Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox