Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32086
b: refs/heads/master
c: 6d41e26
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Jeff Garzik committed Jul 5, 2006
1 parent 1dbb21a commit b8fd841
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc8fd3400b716615933a47be453839d190b235bd
refs/heads/master: 6d41e2651080c717c1b48389fe4171180388f042
3 changes: 3 additions & 0 deletions trunk/net/ieee80211/softmac/ieee80211softmac_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ ieee80211softmac_assoc_req(struct ieee80211_assoc_request **pkt,
return 0;
ieee80211softmac_hdr_3addr(mac, &((*pkt)->header), IEEE80211_STYPE_ASSOC_REQ, net->bssid, net->bssid);

/* Fill in the capabilities */
(*pkt)->capability = ieee80211softmac_capabilities(mac, net);

/* Fill in Listen Interval (?) */
(*pkt)->listen_interval = cpu_to_le16(10);

Expand Down

0 comments on commit b8fd841

Please sign in to comment.