diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-21 15:16:22 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-21 15:16:22 +0000 |
commit | f2616b6ca474038660164dcd6726c81c7663c635 (patch) | |
tree | 0bee054afd1a348539049514f9d318be4775e896 /package/mac80211/patches-old/004-allow-ap-vlan-modes.patch | |
parent | 701d71984cd2ae8ddabb45ca57a871fdb4a94df3 (diff) | |
download | upstream-f2616b6ca474038660164dcd6726c81c7663c635.tar.gz upstream-f2616b6ca474038660164dcd6726c81c7663c635.tar.bz2 upstream-f2616b6ca474038660164dcd6726c81c7663c635.zip |
mac80211: refresh patches for old version
SVN-Revision: 14591
Diffstat (limited to 'package/mac80211/patches-old/004-allow-ap-vlan-modes.patch')
-rw-r--r-- | package/mac80211/patches-old/004-allow-ap-vlan-modes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches-old/004-allow-ap-vlan-modes.patch b/package/mac80211/patches-old/004-allow-ap-vlan-modes.patch index a8080b20ea..715dd5e519 100644 --- a/package/mac80211/patches-old/004-allow-ap-vlan-modes.patch +++ b/package/mac80211/patches-old/004-allow-ap-vlan-modes.patch @@ -10,9 +10,9 @@ Signed-off-by: Johannes Berg <johannes@sipsolutions.net> net/mac80211/cfg.c | 4 ++++ 1 file changed, 4 insertions(+) ---- everything.orig/net/mac80211/cfg.c 2008-08-06 21:38:13.000000000 +0200 -+++ everything/net/mac80211/cfg.c 2008-08-06 21:38:24.000000000 +0200 -@@ -33,6 +33,10 @@ nl80211_type_to_mac80211_type(enum nl802 +--- a/net/mac80211/cfg.c ++++ b/net/mac80211/cfg.c +@@ -35,6 +35,10 @@ nl80211_type_to_mac80211_type(enum nl802 case NL80211_IFTYPE_MESH_POINT: return IEEE80211_IF_TYPE_MESH_POINT; #endif |