Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63723
b: refs/heads/master
c: 69dad6e
h: refs/heads/master
i:
  63721: 6557321
  63719: e734d6f
v: v3
  • Loading branch information
Ulrich Kunitz authored and John W. Linville committed Aug 6, 2007
1 parent 7eda302 commit 9287568
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: c43bff43e0617dd56515b4ea42a8037c699c86f1
refs/heads/master: 69dad6e563140ce8578749a8c8651b7f1db8cdbc
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/zd1211rw/zd_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ static void cs_set_control(struct zd_mac *mac, struct zd_ctrlset *cs,
cs->control |= ZD_CS_MULTICAST;

/* PS-POLL */
if (stype == IEEE80211_STYPE_PSPOLL)
if (ftype == IEEE80211_FTYPE_CTL && stype == IEEE80211_STYPE_PSPOLL)
cs->control |= ZD_CS_PS_POLL_FRAME;

/* Unicast data frames over the threshold should have RTS */
Expand Down

0 comments on commit 9287568

Please sign in to comment.