Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338273
b: refs/heads/master
c: 3f60498
h: refs/heads/master
i:
  338271: 95e6f31
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 35affe6 commit 024db5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 97bc5afff39bb10ac27588272562780c3d301c23
refs/heads/master: 3f60498b87f3c3944f78dcd5a9d6e566a300a92b
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ int ieee80211_wx_set_wap(struct ieee80211_device *ieee,
return ret;
}

int ieee80211_wx_get_essid(struct ieee80211_device *ieee, struct iw_request_info *a,
int ieee80211_wx_get_essid(struct ieee80211_device *ieee, struct iw_request_info *a,
union iwreq_data *wrqu, char *b)
{
int len, ret = 0;
Expand Down Expand Up @@ -395,15 +395,15 @@ int ieee80211_wx_set_essid(struct ieee80211_device *ieee,
return ret;
}

int ieee80211_wx_get_mode(struct ieee80211_device *ieee, struct iw_request_info *a,
int ieee80211_wx_get_mode(struct ieee80211_device *ieee, struct iw_request_info *a,
union iwreq_data *wrqu, char *b)
{

wrqu->mode = ieee->iw_mode;
return 0;
}

int ieee80211_wx_set_rawtx(struct ieee80211_device *ieee,
int ieee80211_wx_set_rawtx(struct ieee80211_device *ieee,
struct iw_request_info *info,
union iwreq_data *wrqu, char *extra)
{
Expand Down

0 comments on commit 024db5f

Please sign in to comment.