projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
patch wlc and scripts to control wl's builtin wpa supplicant
[openwrt.git]
/
package
/
mac80211
/
src
/
wireless
/
nl80211.c
diff --git
a/package/mac80211/src/wireless/nl80211.c
b/package/mac80211/src/wireless/nl80211.c
index
d6a44a3
..
ffbe628
100644
(file)
--- a/
package/mac80211/src/wireless/nl80211.c
+++ b/
package/mac80211/src/wireless/nl80211.c
@@
-293,7
+293,7
@@
static int nl80211_add_virt_intf(struct sk_buff *skb, struct genl_info *info)
{
struct cfg80211_registered_device *drv;
int err;
{
struct cfg80211_registered_device *drv;
int err;
-
unsigned int
type = NL80211_IFTYPE_UNSPECIFIED;
+
enum nl80211_iftype
type = NL80211_IFTYPE_UNSPECIFIED;
if (!info->attrs[NL80211_ATTR_IFNAME])
return -EINVAL;
if (!info->attrs[NL80211_ATTR_IFNAME])
return -EINVAL;
@@
-353,7
+353,7
@@
static int nl80211_change_virt_intf(struct sk_buff *skb, struct genl_info *info)
{
struct cfg80211_registered_device *drv;
int err, ifindex;
{
struct cfg80211_registered_device *drv;
int err, ifindex;
-
unsigned int
type;
+
enum nl80211_iftype
type;
struct net_device *dev;
if (info->attrs[NL80211_ATTR_IFTYPE]) {
struct net_device *dev;
if (info->attrs[NL80211_ATTR_IFTYPE]) {
This page took
0.036641 seconds
and
4
git commands to generate.