Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122659
b: refs/heads/master
c: e4f2a34
h: refs/heads/master
i:
  122657: b8df079
  122655: f76f47c
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Dec 12, 2008
1 parent f14b32c commit a6c562e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21a49fc674afd00db6de2f729f8c8e4fab2f1bdf
refs/heads/master: e4f2a3458f451d5fb6aa55aac6aaadcf220d0da1
6 changes: 0 additions & 6 deletions trunk/drivers/net/wireless/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2487,11 +2487,6 @@ static int ath9k_ampdu_action(struct ieee80211_hw *hw,
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,
Expand All @@ -2508,7 +2503,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 {
Expand Down

0 comments on commit a6c562e

Please sign in to comment.