Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266355
b: refs/heads/master
c: 6b66189
h: refs/heads/master
i:
  266353: fe93431
  266351: 0e610b3
v: v3
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Sep 23, 2011
1 parent 3791e1a commit 9d64a19
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: f80c2d12e51845c3a697e9ce9d8a98287f1aae38
refs/heads/master: 6b661895a195f244097a60d4d4c9f09983d7efc7
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ static void wl1271_stop_ba_event(struct wl1271 *wl)
} else {
int i;
struct wl1271_link *lnk;
for (i = WL1271_AP_STA_HLID_START; i < WL12XX_MAX_LINKS; i++) {
for (i = WL1271_AP_STA_HLID_START; i < AP_MAX_LINKS; i++) {
lnk = &wl->links[i];
if (!wl1271_is_active_sta(wl, i) || !lnk->ba_bitmap)
continue;
Expand Down

0 comments on commit 9d64a19

Please sign in to comment.