Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338267
b: refs/heads/master
c: 5048ddb
h: refs/heads/master
i:
  338265: 9654efa
  338263: 26d52a3
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent f22e1af commit ddb556e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a7e4a982fe2a9375952798294ebfb38dc0ed6782
refs/heads/master: 5048ddb1a925bb684b1ac76e077dacac7553fd68
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int ieee80211_wx_set_freq(struct ieee80211_device *ieee, struct iw_request_info
union iwreq_data *wrqu, char *b)
{
int ret;
struct iw_freq *fwrq = & wrqu->freq;
struct iw_freq *fwrq = &wrqu->freq;
// printk("in %s\n",__func__);
down(&ieee->wx_sem);

Expand Down Expand Up @@ -86,7 +86,7 @@ int ieee80211_wx_get_freq(struct ieee80211_device *ieee,
struct iw_request_info *a,
union iwreq_data *wrqu, char *b)
{
struct iw_freq *fwrq = & wrqu->freq;
struct iw_freq *fwrq = &wrqu->freq;

if (ieee->current_network.channel == 0)
return -1;
Expand Down

0 comments on commit ddb556e

Please sign in to comment.