Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170915
b: refs/heads/master
c: 66497dc
h: refs/heads/master
i:
  170913: 9cd5b2a
  170911: 3653ad8
v: v3
  • Loading branch information
Juuso Oikarinen authored and John W. Linville committed Oct 27, 2009
1 parent 5fd7503 commit 2cffc9d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: a64b07e8c6ff8394cd8c5a505b9f04d945f9f30f
refs/heads/master: 66497dc3bd569e05a5bcb729d495eebad47aa46a
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/wl1271_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "wl1271_spi.h"
#include "wl1271_event.h"
#include "wl1271_ps.h"
#include "wl12xx_80211.h"

static int wl1271_event_scan_complete(struct wl1271 *wl,
struct event_mailbox *mbox)
Expand All @@ -34,6 +35,9 @@ static int wl1271_event_scan_complete(struct wl1271 *wl,
mbox->scheduled_scan_status);

if (wl->scanning) {
int size = sizeof(struct wl12xx_probe_req_template);
wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_2_4, NULL,
size);
mutex_unlock(&wl->mutex);
ieee80211_scan_completed(wl->hw, false);
mutex_lock(&wl->mutex);
Expand Down

0 comments on commit 2cffc9d

Please sign in to comment.