Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213963
b: refs/heads/master
c: 13eb670
h: refs/heads/master
i:
  213961: f9551a0
  213959: 2437d06
v: v3
  • Loading branch information
John W. Linville committed Aug 16, 2010
1 parent c4f3271 commit b9d2f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: aa0d52c5e7f352ce9725c8940fe2458f2c04e049
refs/heads/master: 13eb670c104e15e06d38f3a210cfaf467a9c66de
7 changes: 2 additions & 5 deletions trunk/drivers/net/wireless/iwmc3200wifi/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1195,11 +1195,8 @@ static int iwm_ntf_wifi_if_wrapper(struct iwm_priv *iwm, u8 *buf,
IWM_DBG_NTF(iwm, DBG, "WIFI_IF_WRAPPER cmd is delivered to UMAC: "
"oid is 0x%x\n", hdr->oid);

if (hdr->oid <= WIFI_IF_NTFY_MAX) {
set_bit(hdr->oid, &iwm->wifi_ntfy[0]);
wake_up_interruptible(&iwm->wifi_ntfy_queue);
} else
return -EINVAL;
set_bit(hdr->oid, &iwm->wifi_ntfy[0]);
wake_up_interruptible(&iwm->wifi_ntfy_queue);

switch (hdr->oid) {
case UMAC_WIFI_IF_CMD_SET_PROFILE:
Expand Down

0 comments on commit b9d2f88

Please sign in to comment.