diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-10-14 13:17:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:00:14 -0400 |
commit | 9124b07740c51cbc6e358dd0c4abc6ee8ded084d (patch) | |
tree | 5746885ca90399588f0735aa1a5511648f0be329 /drivers/net/wireless/ath9k | |
parent | 525181891fb5ed323b6ba0f141c422f1395acfb9 (diff) |
mac80211: make retry limits part of hw config
Instead of having a separate callback, use the HW config callback
with a new flag to change retry limits.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k')
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index f49910799ed..41cd114c438 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
@@ -1659,7 +1659,6 @@ static struct ieee80211_ops ath9k_ops = { | |||
1659 | .get_tkip_seq = NULL, | 1659 | .get_tkip_seq = NULL, |
1660 | .set_rts_threshold = NULL, | 1660 | .set_rts_threshold = NULL, |
1661 | .set_frag_threshold = NULL, | 1661 | .set_frag_threshold = NULL, |
1662 | .set_retry_limit = NULL, | ||
1663 | .get_tsf = ath9k_get_tsf, | 1662 | .get_tsf = ath9k_get_tsf, |
1664 | .reset_tsf = ath9k_reset_tsf, | 1663 | .reset_tsf = ath9k_reset_tsf, |
1665 | .tx_last_beacon = NULL, | 1664 | .tx_last_beacon = NULL, |