Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338272
b: refs/heads/master
c: 97bc5af
h: refs/heads/master
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 95e6f31 commit 35affe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 6ed84198fe05be243c67510961e574c3a9abe4d7
refs/heads/master: 97bc5afff39bb10ac27588272562780c3d301c23
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ int ieee80211_wx_set_essid(struct ieee80211_device *ieee,
union iwreq_data *wrqu, char *extra)
{

int ret=0, len;
int ret = 0, len;
short proto_started;
unsigned long flags;

Expand All @@ -348,12 +348,12 @@ int ieee80211_wx_set_essid(struct ieee80211_device *ieee,
proto_started = ieee->proto_started;

if (wrqu->essid.length > IW_ESSID_MAX_SIZE) {
ret= -E2BIG;
ret = -E2BIG;
goto out;
}

if (ieee->iw_mode == IW_MODE_MONITOR) {
ret= -1;
ret = -1;
goto out;
}

Expand Down Expand Up @@ -528,7 +528,7 @@ int ieee80211_wx_get_power(struct ieee80211_device *ieee,
struct iw_request_info *info,
union iwreq_data *wrqu, char *extra)
{
int ret =0;
int ret = 0;

down(&ieee->wx_sem);

Expand Down

0 comments on commit 35affe6

Please sign in to comment.