Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23323
b: refs/heads/master
c: 54b85f4
h: refs/heads/master
i:
  23321: c8b959d
  23319: badf2dd
v: v3
  • Loading branch information
Adrian Bunk authored and John W. Linville committed Mar 23, 2006
1 parent 38efa51 commit 3171916
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: 971d1e69229f3dfc6dd233b8f4b82df2c35eedd8
refs/heads/master: 54b85f489bdfafc9306dfcc21e0d2687c34c3b34
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/hostap/hostap_ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -3141,7 +3141,7 @@ int hostap_add_sta(struct ap_data *ap, u8 *sta_addr)
if (ret == 1) {
sta = ap_add_sta(ap, sta_addr);
if (!sta)
ret = -1;
return -1;
sta->flags = WLAN_STA_AUTH | WLAN_STA_ASSOC;
sta->ap = 1;
memset(sta->supported_rates, 0, sizeof(sta->supported_rates));
Expand Down

0 comments on commit 3171916

Please sign in to comment.