Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259519
b: refs/heads/master
c: 1baaacd
h: refs/heads/master
i:
  259517: 9048e5a
  259515: 2631644
  259511: 7f66dd8
  259503: 98ea7d7
  259487: 5ddf809
  259455: b68c309
v: v3
  • Loading branch information
Franky Lin authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent 56c6df8 commit c2c38a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3bec7bb9356f7def653c49f0f56b5962a292a126
refs/heads/master: 1baaacd9d698d6a2c7644784e11db4b135609fdb
4 changes: 2 additions & 2 deletions trunk/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2588,11 +2588,11 @@ static bool wl_is_nonetwork(struct wl_priv *wl, const wl_event_msg_t *e)
{
u32 event = be32_to_cpu(e->event_type);
u32 status = be32_to_cpu(e->status);
u16 flags = be16_to_cpu(e->flags);

if (event == WLC_E_LINK && status == WLC_E_STATUS_NO_NETWORKS) {
WL_CONN("Processing Link %s & no network found\n",
flags & WLC_EVENT_MSG_LINK ? "up" : "down");
be16_to_cpu(e->flags) & WLC_EVENT_MSG_LINK ?
"up" : "down");
return true;
}

Expand Down

0 comments on commit c2c38a8

Please sign in to comment.