projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: update to wireless-testing 2011-06-22
[openwrt.git]
/
package
/
hostapd
/
patches
/
540-optional_rfkill.patch
diff --git
a/package/hostapd/patches/540-optional_rfkill.patch
b/package/hostapd/patches/540-optional_rfkill.patch
index
796a7c5
..
1c15f64
100644
(file)
--- a/
package/hostapd/patches/540-optional_rfkill.patch
+++ b/
package/hostapd/patches/540-optional_rfkill.patch
@@
-1,6
+1,6
@@
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -12
7,7 +127
,9 @@ struct wpa_driver_nl80211_data {
+@@ -12
9,7 +129
,9 @@ struct wpa_driver_nl80211_data {
int ifindex;
int if_removed;
int if_disabled;
int ifindex;
int if_removed;
int if_disabled;
@@
-10,7
+10,7
@@
struct wpa_driver_capa capa;
int has_capability;
struct wpa_driver_capa capa;
int has_capability;
-@@ -1
729,7 +173
1,7 @@ err1:
+@@ -1
819,7 +182
1,7 @@ err1:
return -1;
}
return -1;
}
@@
-19,7
+19,7
@@
static void wpa_driver_nl80211_rfkill_blocked(void *ctx)
{
wpa_printf(MSG_DEBUG, "nl80211: RFKILL blocked");
static void wpa_driver_nl80211_rfkill_blocked(void *ctx)
{
wpa_printf(MSG_DEBUG, "nl80211: RFKILL blocked");
-@@ -1
751,6 +175
3,7 @@ static void wpa_driver_nl80211_rfkill_un
+@@ -1
841,6 +184
3,7 @@ static void wpa_driver_nl80211_rfkill_un
}
/* rtnetlink ifup handler will report interface as enabled */
}
}
/* rtnetlink ifup handler will report interface as enabled */
}
@@
-27,7
+27,7
@@
static void nl80211_get_phy_name(struct wpa_driver_nl80211_data *drv)
static void nl80211_get_phy_name(struct wpa_driver_nl80211_data *drv)
-@@ -1
799,7 +180
2,9 @@ static void * wpa_driver_nl80211_init(vo
+@@ -1
889,7 +189
2,9 @@ static void * wpa_driver_nl80211_init(vo
{
struct wpa_driver_nl80211_data *drv;
struct netlink_config *cfg;
{
struct wpa_driver_nl80211_data *drv;
struct netlink_config *cfg;
@@
-37,7
+37,7
@@
struct i802_bss *bss;
drv = os_zalloc(sizeof(*drv));
struct i802_bss *bss;
drv = os_zalloc(sizeof(*drv));
-@@ -1
842,6 +1847
,7 @@ static void * wpa_driver_nl80211_init(vo
+@@ -1
930,6 +1935
,7 @@ static void * wpa_driver_nl80211_init(vo
goto failed;
}
goto failed;
}
@@
-45,7
+45,7
@@
rcfg = os_zalloc(sizeof(*rcfg));
if (rcfg == NULL)
goto failed;
rcfg = os_zalloc(sizeof(*rcfg));
if (rcfg == NULL)
goto failed;
-@@ -1
854,6 +1860
,7 @@ static void * wpa_driver_nl80211_init(vo
+@@ -1
942,6 +1948
,7 @@ static void * wpa_driver_nl80211_init(vo
wpa_printf(MSG_DEBUG, "nl80211: RFKILL status not available");
os_free(rcfg);
}
wpa_printf(MSG_DEBUG, "nl80211: RFKILL status not available");
os_free(rcfg);
}
@@
-53,7
+53,7
@@
if (wpa_driver_nl80211_finish_drv_init(drv))
goto failed;
if (wpa_driver_nl80211_finish_drv_init(drv))
goto failed;
-@@ -1
861,7 +1868
,9 @@ static void * wpa_driver_nl80211_init(vo
+@@ -1
952,7 +1959
,9 @@ static void * wpa_driver_nl80211_init(vo
return bss;
failed:
return bss;
failed:
@@
-63,7
+63,7
@@
netlink_deinit(drv->netlink);
if (drv->ioctl_sock >= 0)
close(drv->ioctl_sock);
netlink_deinit(drv->netlink);
if (drv->ioctl_sock >= 0)
close(drv->ioctl_sock);
-@@ -
1964,10 +1973
,12 @@ static int nl80211_register_action_frame
+@@ -
2055,10 +2064
,12 @@ static int nl80211_register_action_frame
}
}
@@
-76,7
+76,7
@@
static int
static int
-@@ -
1986,13 +1997
,16 @@ wpa_driver_nl80211_finish_drv_init(struc
+@@ -
2077,13 +2088
,16 @@ wpa_driver_nl80211_finish_drv_init(struc
}
if (linux_set_iface_flags(drv->ioctl_sock, bss->ifname, 1)) {
}
if (linux_set_iface_flags(drv->ioctl_sock, bss->ifname, 1)) {
@@
-94,7
+94,7
@@
wpa_printf(MSG_ERROR, "nl80211: Could not set "
"interface '%s' UP", bss->ifname);
return -1;
wpa_printf(MSG_ERROR, "nl80211: Could not set "
"interface '%s' UP", bss->ifname);
return -1;
-@@ -2
020,8 +2034
,10 @@ wpa_driver_nl80211_finish_drv_init(struc
+@@ -2
111,8 +2125
,10 @@ wpa_driver_nl80211_finish_drv_init(struc
}
if (send_rfkill_event) {
}
if (send_rfkill_event) {
@@
-105,7
+105,7
@@
}
return 0;
}
return 0;
-@@ -21
02,7 +2118
,9 @@ static void wpa_driver_nl80211_deinit(vo
+@@ -21
93,7 +2209
,9 @@ static void wpa_driver_nl80211_deinit(vo
netlink_send_oper_ifla(drv->netlink, drv->ifindex, 0, IF_OPER_UP);
netlink_deinit(drv->netlink);
netlink_send_oper_ifla(drv->netlink, drv->ifindex, 0, IF_OPER_UP);
netlink_deinit(drv->netlink);
@@
-115,7
+115,7
@@
eloop_cancel_timeout(wpa_driver_nl80211_scan_timeout, drv, drv->ctx);
eloop_cancel_timeout(wpa_driver_nl80211_scan_timeout, drv, drv->ctx);
-@@ -5
631,7 +5649
,9 @@ static void *i802_init(struct hostapd_da
+@@ -5
785,7 +5803
,9 @@ static void *i802_init(struct hostapd_da
failed:
nl80211_remove_monitor_interface(drv);
failed:
nl80211_remove_monitor_interface(drv);
@@
-250,8
+250,8
@@
-NEED_RFKILL=y
endif
-NEED_RFKILL=y
endif
- ifdef CONFIG_DRIVER_
HERMES
-@@ -1
70,7 +168
,6 @@ endif
+ ifdef CONFIG_DRIVER_
RALINK
+@@ -1
46,7 +144
,6 @@ endif
ifdef CONFIG_WIRELESS_EXTENSION
DRV_CFLAGS += -DCONFIG_WIRELESS_EXTENSION
DRV_OBJS += ../src/drivers/driver_wext.o
ifdef CONFIG_WIRELESS_EXTENSION
DRV_CFLAGS += -DCONFIG_WIRELESS_EXTENSION
DRV_OBJS += ../src/drivers/driver_wext.o
@@
-259,7
+259,7
@@
endif
ifdef NEED_NETLINK
endif
ifdef NEED_NETLINK
-@@ -1
83,6 +180
,7 @@ endif
+@@ -1
59,6 +156
,7 @@ endif
ifdef NEED_RFKILL
DRV_OBJS += ../src/drivers/rfkill.o
ifdef NEED_RFKILL
DRV_OBJS += ../src/drivers/rfkill.o
This page took
0.028384 seconds
and
4
git commands to generate.