Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237047
b: refs/heads/master
c: b1f9331
h: refs/heads/master
i:
  237045: a53f99e
  237043: 61e67b0
  237039: 7a8f39e
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Feb 4, 2011
1 parent 607fbd8 commit b296d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8e5461041f4498e3c8f4e0a51187f608f0a18b08
refs/heads/master: b1f93314bfc4d5753391616735f6b8df96db901d
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ ieee80211_rx_h_check(struct ieee80211_rx_data *rx)
rx->local->dot11FrameDuplicateCount++;
rx->sta->num_duplicates++;
}
return RX_DROP_MONITOR;
return RX_DROP_UNUSABLE;
} else
rx->sta->last_seq_ctrl[rx->queue] = hdr->seq_ctrl;
}
Expand Down

0 comments on commit b296d80

Please sign in to comment.