summaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/patches/004-acx_config_interface_type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/acx-mac80211/patches/004-acx_config_interface_type.patch')
-rw-r--r--package/acx-mac80211/patches/004-acx_config_interface_type.patch32
1 files changed, 14 insertions, 18 deletions
diff --git a/package/acx-mac80211/patches/004-acx_config_interface_type.patch b/package/acx-mac80211/patches/004-acx_config_interface_type.patch
index e6830c544..800dc6176 100644
--- a/package/acx-mac80211/patches/004-acx_config_interface_type.patch
+++ b/package/acx-mac80211/patches/004-acx_config_interface_type.patch
@@ -1,7 +1,6 @@
-diff -urN acx-mac80211-20080805/acx_func.h acx-mac80211-20080805.new/acx_func.h
---- acx-mac80211-20080805/acx_func.h 2009-05-07 14:32:44.000000000 +0200
-+++ acx-mac80211-20080805.new/acx_func.h 2009-05-07 16:28:17.000000000 +0200
-@@ -619,9 +619,10 @@
+--- a/acx_func.h
++++ b/acx_func.h
+@@ -619,9 +619,10 @@ int acx_net_set_key(struct ieee80211_hw
enum set_key_cmd cmd,
const u8 *local_addr, const u8 *addr,
struct ieee80211_key_conf *key);
@@ -14,10 +13,9 @@ diff -urN acx-mac80211-20080805/acx_func.h acx-mac80211-20080805.new/acx_func.h
int acx_net_config(struct ieee80211_hw* ieee, struct ieee80211_conf *conf);
int acx_net_get_tx_stats(struct ieee80211_hw* ieee, struct ieee80211_tx_queue_stats *stats);
int acx_net_conf_tx(struct ieee80211_hw* ieee, u16 queue,
-diff -urN acx-mac80211-20080805/common.c acx-mac80211-20080805.new/common.c
---- acx-mac80211-20080805/common.c 2009-05-07 16:20:37.000000000 +0200
-+++ acx-mac80211-20080805.new/common.c 2009-05-07 16:35:55.000000000 +0200
-@@ -4364,9 +4364,10 @@
+--- a/common.c
++++ b/common.c
+@@ -4370,9 +4370,10 @@ int acx_net_config(struct ieee80211_hw *
**
*/
@@ -30,7 +28,7 @@ diff -urN acx-mac80211-20080805/common.c acx-mac80211-20080805.new/common.c
{
acx_device_t *adev = ieee2adev(ieee);
unsigned long flags;
-@@ -4382,22 +4383,22 @@
+@@ -4388,22 +4389,22 @@ extern int acx_config_interface(struct i
if ((vif->type != NL80211_IFTYPE_MONITOR)
&& (adev->vif == vif)) {
@@ -60,7 +58,7 @@ diff -urN acx-mac80211-20080805/common.c acx-mac80211-20080805.new/common.c
{
adev->beacon_interval = DEFAULT_BEACON_INTERVAL;
adev->beacon_cache = ieee80211_beacon_get(ieee, vif);
-@@ -4412,7 +4413,7 @@
+@@ -4418,7 +4419,7 @@ extern int acx_config_interface(struct i
err = 0;
err_out:
FN_EXIT1(err);
@@ -69,10 +67,9 @@ diff -urN acx-mac80211-20080805/common.c acx-mac80211-20080805.new/common.c
}
/**
-diff -urN acx-mac80211-20080805/pci.c acx-mac80211-20080805.new/pci.c
---- acx-mac80211-20080805/pci.c 2009-05-07 14:32:44.000000000 +0200
-+++ acx-mac80211-20080805.new/pci.c 2009-05-07 16:27:27.000000000 +0200
-@@ -1469,7 +1469,7 @@
+--- a/pci.c
++++ b/pci.c
+@@ -1469,7 +1469,7 @@ static const struct ieee80211_ops acxpci
.configure_filter = acx_i_set_multicast_list,
.stop = acxpci_e_close,
.config = acx_net_config,
@@ -81,10 +78,9 @@ diff -urN acx-mac80211-20080805/pci.c acx-mac80211-20080805.new/pci.c
.set_key = acx_net_set_key,
.get_stats = acx_e_get_stats,
.get_tx_stats = acx_net_get_tx_stats,
-diff -urN acx-mac80211-20080805/usb.c acx-mac80211-20080805.new/usb.c
---- acx-mac80211-20080805/usb.c 2009-05-07 14:32:44.000000000 +0200
-+++ acx-mac80211-20080805.new/usb.c 2009-05-07 16:27:38.000000000 +0200
-@@ -741,7 +741,7 @@
+--- a/usb.c
++++ b/usb.c
+@@ -741,7 +741,7 @@ static const struct ieee80211_ops acxusb
.configure_filter = acx_i_set_multicast_list,
.stop = acxusb_e_close,
.config = acx_net_config,