From: br1 Date: Tue, 25 Dec 2007 03:17:23 +0000 (+0000) Subject: fixup r3013: remove duplicate line X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=62274c42c9a0632bf46baafc5f13a3f2be285288;p=madwifi%2F.git fixup r3013: remove duplicate line git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3081 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/net80211/ieee80211_proto.c b/net80211/ieee80211_proto.c index abff135..f53d980 100644 --- a/net80211/ieee80211_proto.c +++ b/net80211/ieee80211_proto.c @@ -429,7 +429,6 @@ ieee80211_fix_rate(struct ieee80211_node *ni, int flags) * they don't make sense and can lead to trouble later */ if (r == 0) { - nrs->rs_nrates--; nrs->rs_nrates--; for (j = i; j < nrs->rs_nrates; j++) nrs->rs_rates[j] = nrs->rs_rates[j + 1];