Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325061
b: refs/heads/master
c: bdced87
h: refs/heads/master
i:
  325059: 3fc5eae
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent 8dd0e1a commit 7a07a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 009629ef440bbac6758988195f79b875e3e2f3df
refs/heads/master: bdced87c370288dbc1954be63348495c404b53b7
8 changes: 2 additions & 6 deletions trunk/drivers/staging/wlan-ng/p80211req.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#include "p80211req.h"

static void p80211req_handlemsg(wlandevice_t *wlandev, struct p80211msg *msg);
static int p80211req_mibset_mibget(wlandevice_t *wlandev,
static void p80211req_mibset_mibget(wlandevice_t *wlandev,
struct p80211msg_dot11req_mibget *mib_msg,
int isget);

Expand Down Expand Up @@ -177,7 +177,7 @@ static void p80211req_handlemsg(wlandevice_t *wlandev, struct p80211msg *msg)
} /* switch msg->msgcode */
}

static int p80211req_mibset_mibget(wlandevice_t *wlandev,
static void p80211req_mibset_mibget(wlandevice_t *wlandev,
struct p80211msg_dot11req_mibget *mib_msg,
int isget)
{
Expand Down Expand Up @@ -254,9 +254,5 @@ static int p80211req_mibset_mibget(wlandevice_t *wlandev,
}
break;
}
default:
;
}

return 0;
}

0 comments on commit 7a07a2c

Please sign in to comment.