Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172236
b: refs/heads/master
c: 1014eb6
h: refs/heads/master
v: v3
  • Loading branch information
Jean Tourrilhes authored and John W. Linville committed Dec 4, 2009
1 parent 66a91ff commit 0173a4f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 316a4d966cae3c2dec83ebb1ee1a3515f97b30ff
refs/heads/master: 1014eb6ec95b18f890101e99385f05539c0c2f01
3 changes: 2 additions & 1 deletion trunk/net/wireless/wext-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,8 @@ static int ioctl_standard_iw_point(struct iw_point *iwp, unsigned int cmd,
}

/* Generate an event to notify listeners of the change */
if ((descr->flags & IW_DESCR_FLAG_EVENT) && err == -EIWCOMMIT) {
if ((descr->flags & IW_DESCR_FLAG_EVENT) &&
((err == 0) || (err == -EIWCOMMIT))) {
union iwreq_data *data = (union iwreq_data *) iwp;

if (descr->flags & IW_DESCR_FLAG_RESTRICT)
Expand Down

0 comments on commit 0173a4f

Please sign in to comment.