diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-26 14:27:09 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-26 14:27:09 +0000 |
commit | 2ebebbc45852edb1eed808d23624fc86000f35b6 (patch) | |
tree | 6c2661bca2052bb5676e4a30b657c857c8c712d9 /package/acx-mac80211/patches/001-if_init_conf_removal.patch | |
parent | 9884360674dbae230c7d04d1beb5809135bef5af (diff) |
package/acx-mac80211: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20449 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211/patches/001-if_init_conf_removal.patch')
-rw-r--r-- | package/acx-mac80211/patches/001-if_init_conf_removal.patch | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/package/acx-mac80211/patches/001-if_init_conf_removal.patch b/package/acx-mac80211/patches/001-if_init_conf_removal.patch index 2e9bc18a1..29a5a6212 100644 --- a/package/acx-mac80211/patches/001-if_init_conf_removal.patch +++ b/package/acx-mac80211/patches/001-if_init_conf_removal.patch @@ -1,8 +1,6 @@ -Index: acx-mac80211-20100302/acx_func.h -=================================================================== ---- acx-mac80211-20100302.orig/acx_func.h 2010-03-06 12:57:25.000000000 +0100 -+++ acx-mac80211-20100302/acx_func.h 2010-03-06 12:58:10.000000000 +0100 -@@ -704,9 +704,9 @@ +--- a/acx_func.h ++++ b/acx_func.h +@@ -704,9 +704,9 @@ int acx_setup_modes(acx_device_t *adev); void acx_free_modes(acx_device_t *adev); int acx_i_op_tx(struct ieee80211_hw *ieee, struct sk_buff *skb); int acx_e_op_add_interface(struct ieee80211_hw* ieee, @@ -14,11 +12,9 @@ Index: acx-mac80211-20100302/acx_func.h int acx_net_reset(struct ieee80211_hw *ieee); int acx_e_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, -Index: acx-mac80211-20100302/common.c -=================================================================== ---- acx-mac80211-20100302.orig/common.c 2010-03-06 12:57:31.000000000 +0100 -+++ acx-mac80211-20100302/common.c 2010-03-06 12:59:51.000000000 +0100 -@@ -4402,7 +4402,7 @@ +--- a/common.c ++++ b/common.c +@@ -4402,7 +4402,7 @@ static void acx_s_select_opmode(acx_devi } int acx_e_op_add_interface(struct ieee80211_hw *ieee, @@ -27,7 +23,7 @@ Index: acx-mac80211-20100302/common.c { acx_device_t *adev = ieee2adev(ieee); unsigned long flags; -@@ -4414,14 +4414,14 @@ +@@ -4414,14 +4414,14 @@ int acx_e_op_add_interface(struct ieee80 acx_sem_lock(adev); acx_lock(adev, flags); @@ -45,7 +41,7 @@ Index: acx-mac80211-20100302/common.c } // adev->mode = conf->type; -@@ -4436,8 +4436,8 @@ +@@ -4436,8 +4436,8 @@ int acx_e_op_add_interface(struct ieee80 printk(KERN_INFO "acx: Virtual interface added " "(type: 0x%08X, MAC: %s)\n", @@ -56,7 +52,7 @@ Index: acx-mac80211-20100302/common.c out_unlock: acx_unlock(adev, flags); -@@ -4448,7 +4448,7 @@ +@@ -4448,7 +4448,7 @@ int acx_e_op_add_interface(struct ieee80 } void acx_e_op_remove_interface(struct ieee80211_hw *hw, @@ -65,7 +61,7 @@ Index: acx-mac80211-20100302/common.c { acx_device_t *adev = ieee2adev(hw); -@@ -4457,23 +4457,23 @@ +@@ -4457,23 +4457,23 @@ void acx_e_op_remove_interface(struct ie FN_ENTER; acx_sem_lock(adev); |