diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-16 11:00:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-16 11:00:36 +0000 |
commit | 8438342add1f416a29eb68c8c58a6efa69782d16 (patch) | |
tree | f88483797aed273085465614d5657c25a6871e9b /package/acx-mac80211/patches/100-vlynq-fixes.patch | |
parent | 8b7767fddb050e815aded175d27435ec870fa18d (diff) | |
download | upstream-8438342add1f416a29eb68c8c58a6efa69782d16.tar.gz upstream-8438342add1f416a29eb68c8c58a6efa69782d16.tar.bz2 upstream-8438342add1f416a29eb68c8c58a6efa69782d16.zip |
update acx-mac80211 to 2010514, bringing experimental AP support
SVN-Revision: 21466
Diffstat (limited to 'package/acx-mac80211/patches/100-vlynq-fixes.patch')
-rw-r--r-- | package/acx-mac80211/patches/100-vlynq-fixes.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/package/acx-mac80211/patches/100-vlynq-fixes.patch b/package/acx-mac80211/patches/100-vlynq-fixes.patch deleted file mode 100644 index 62e0582af9..0000000000 --- a/package/acx-mac80211/patches/100-vlynq-fixes.patch +++ /dev/null @@ -1,37 +0,0 @@ -Index: acx-mac80211-20100422/pci.c -=================================================================== ---- acx-mac80211-20100422.orig/pci.c 2010-05-02 22:06:03.000000000 +0200 -+++ acx-mac80211-20100422/pci.c 2010-05-02 22:10:40.963886264 +0200 -@@ -170,7 +170,7 @@ - #endif - - #ifdef CONFIG_VLYNQ --int vlynq_probe(struct vlynq_device *vdev, struct vlynq_device_id *id); -+static int vlynq_probe(struct vlynq_device *vdev, struct vlynq_device_id *id); - static void vlynq_remove(struct vlynq_device *vdev); - #endif - -@@ -4433,6 +4433,8 @@ - goto fail_alloc_netdev; - } - ieee->flags &= ~IEEE80211_HW_RX_INCLUDES_FCS; -+ ieee->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) -+ | BIT(NL80211_IFTYPE_ADHOC); - ieee->queues = 1; - - adev = ieee2adev(ieee); -Index: acx-mac80211-20100422/acx_func.h -=================================================================== ---- acx-mac80211-20100422.orig/acx_func.h 2010-05-02 03:07:09.000000000 +0200 -+++ acx-mac80211-20100422/acx_func.h 2010-05-02 22:15:55.476748737 +0200 -@@ -562,10 +562,6 @@ - - // Driver, Module - --#ifdef CONFIG_VLYNQ --int vlynq_probe(struct vlynq_device *vdev, struct vlynq_device_id *id); --#endif -- - int __init acxpci_e_init_module(void); - void __exit acxpci_e_cleanup_module(void); - |