Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186619
b: refs/heads/master
c: 274350f
h: refs/heads/master
i:
  186617: 4a85f00
  186615: 7c13eac
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent c3d518e commit 12a14a5
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: f3557cc180b73308048867b591111df6436987ff
refs/heads/master: 274350fe401474d0c30cd10bbad74b5dbf34f4fe
2 changes: 1 addition & 1 deletion trunk/drivers/staging/otus/80211core/cmmsta.c
Original file line number Diff line number Diff line change
Expand Up @@ -2808,7 +2808,7 @@ void zfStaProcessProbeReq(zdev_t* dev, zbuf_t* buf, u16_t* src)
zmw_get_wlan_dev(dev);

/* check mode : AP/IBSS */
if ((wd->wlanMode != ZM_MODE_AP) || (wd->wlanMode != ZM_MODE_IBSS))
if ((wd->wlanMode != ZM_MODE_AP) && (wd->wlanMode != ZM_MODE_IBSS))
{
zm_msg0_mm(ZM_LV_3, "Ignore probe req");
return;
Expand Down

0 comments on commit 12a14a5

Please sign in to comment.