All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mac80211: Allow AP mode to be enabled
@ 2008-10-30 17:50 Jouni Malinen
  2008-10-30 17:54 ` Johannes Berg
  2008-11-01 11:31 ` Kalle Valo
  0 siblings, 2 replies; 9+ messages in thread
From: Jouni Malinen @ 2008-10-30 17:50 UTC (permalink / raw)
  To: Johannes Berg, John W. Linville; +Cc: linux-wireless

With the addition of basic rate set and TX queue parameter
configuration and confirmation that power save buffering is
working again, mac80211 is now in state that allows AP mode to be
used without major problems. Consequently, it is time to allow this
mode to be enabled without having to patch the kernel.

AP mode requires hostapd for management frame processing and as such,
configuring this mode is only allowed through cfg80211 (not with
iwconfig and WEXT).

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>

Index: wireless-testing/net/mac80211/cfg.c
===================================================================
--- wireless-testing.orig/net/mac80211/cfg.c	2008-10-28 10:32:35.000000000 +0200
+++ wireless-testing/net/mac80211/cfg.c	2008-10-28 10:32:40.000000000 +0200
@@ -26,6 +26,8 @@
 #ifdef CONFIG_MAC80211_MESH
 	case NL80211_IFTYPE_MESH_POINT:
 #endif
+	case NL80211_IFTYPE_AP:
+	case NL80211_IFTYPE_AP_VLAN:
 	case NL80211_IFTYPE_WDS:
 		return true;
 	default:

-- 
Jouni Malinen                                            PGP id EFC895FA

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-11-01 14:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30 17:50 [PATCH] mac80211: Allow AP mode to be enabled Jouni Malinen
2008-10-30 17:54 ` Johannes Berg
2008-11-01 11:31 ` Kalle Valo
2008-11-01 11:34   ` Johannes Berg
2008-11-01 11:47   ` Jouni Malinen
2008-11-01 14:23     ` Kalle Valo
2008-11-01 14:32       ` Johannes Berg
2008-11-01 14:51         ` Kalle Valo
2008-11-01 14:54           ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.