From 99aaf500ed5ca39f30cebf79dc0ee9ff1fd8becf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20B=C3=BCsch?= <mb@bu3sch.de>
Date: Fri, 15 Feb 2008 22:47:47 +0000
Subject: Upgrade b43 and mac80211.

This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211.
Will do that in a seperate patch.

SVN-Revision: 10466
---
 .../mac80211/patches/011-allow-ap-vlan-modes.patch | 37 ----------------------
 1 file changed, 37 deletions(-)
 delete mode 100644 package/mac80211/patches/011-allow-ap-vlan-modes.patch

(limited to 'package/mac80211/patches/011-allow-ap-vlan-modes.patch')

diff --git a/package/mac80211/patches/011-allow-ap-vlan-modes.patch b/package/mac80211/patches/011-allow-ap-vlan-modes.patch
deleted file mode 100644
index d0edfe8..0000000
--- a/package/mac80211/patches/011-allow-ap-vlan-modes.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Subject: mac80211: allow AP and VLAN modes
-
-This adds AP/VLAN modes to the list of modes that a mac80211
-interface can be created in/switched into.
-
-Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
-
----
- net/mac80211/cfg.c             |    4 ++++
- net/mac80211/ieee80211_ioctl.c |    3 +++
- 2 files changed, 7 insertions(+)
-
---- everything.orig/net/mac80211/cfg.c	2007-10-30 15:33:43.227379286 +0100
-+++ everything/net/mac80211/cfg.c	2007-11-07 13:19:27.981515569 +0100
-@@ -25,6 +25,10 @@ nl80211_type_to_mac80211_type(enum nl802
- 		return IEEE80211_IF_TYPE_STA;
- 	case NL80211_IFTYPE_MONITOR:
- 		return IEEE80211_IF_TYPE_MNTR;
-+	case NL80211_IFTYPE_AP:
-+		return IEEE80211_IF_TYPE_AP;
-+	case NL80211_IFTYPE_AP_VLAN:
-+		return IEEE80211_IF_TYPE_VLAN;
- 	default:
- 		return IEEE80211_IF_TYPE_INVALID;
- 	}
---- everything.orig/net/mac80211/ieee80211_ioctl.c	2007-11-07 13:19:25.851524684 +0100
-+++ everything/net/mac80211/ieee80211_ioctl.c	2007-11-07 13:19:27.981515569 +0100
-@@ -284,6 +284,9 @@ static int ieee80211_ioctl_siwmode(struc
- 	case IW_MODE_MONITOR:
- 		type = IEEE80211_IF_TYPE_MNTR;
- 		break;
-+	case IW_MODE_MASTER:
-+		type = IEEE80211_IF_TYPE_AP;
-+		break;
- 	default:
- 		return -EINVAL;
- 	}
-- 
cgit v1.1