Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171873
b: refs/heads/master
c: 06cc5d3
h: refs/heads/master
i:
  171871: 462bc82
v: v3
  • Loading branch information
Vidhya Govindan authored and John W. Linville committed Nov 18, 2009
1 parent be7292c commit aa490ed
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 79553f82c993ed511450748f01e16e4dccdc8c02
refs/heads/master: 06cc5d3bb01350466f7a1bf64d9afe06870b6480
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,8 @@ static int wl1251_build_null_data(struct wl1251 *wl)

memcpy(template.header.sa, wl->mac_addr, ETH_ALEN);
template.header.frame_ctl = cpu_to_le16(IEEE80211_FTYPE_DATA |
IEEE80211_STYPE_NULLFUNC);
IEEE80211_STYPE_NULLFUNC |
IEEE80211_FCTL_TODS);

return wl1251_cmd_template_set(wl, CMD_NULL_DATA, &template,
sizeof(template));
Expand Down

0 comments on commit aa490ed

Please sign in to comment.