Browse Source

Updated the comment on 'bridge' variable to mention nl80211 which needs
this parameter, too.

Jouni Malinen 17 years ago
parent
commit
dcf9c2bd77
1 changed files with 3 additions and 3 deletions
  1. 3 3
      hostapd/hostapd.conf

+ 3 - 3
hostapd/hostapd.conf

@@ -5,9 +5,9 @@
 # management frames); ath0 for madwifi
 interface=wlan0
 
-# In case of madwifi driver, an additional configuration parameter, bridge,
-# must be used to notify hostapd if the interface is included in a bridge. This
-# parameter is not used with Host AP driver.
+# In case of madwifi and nl80211 driver interfaces, an additional configuration
+# parameter, bridge, must be used to notify hostapd if the interface is
+# included in a bridge. This parameter is not used with Host AP driver.
 #bridge=br0
 
 # Driver interface type (hostap/wired/madwifi/prism54/test/nl80211/bsd);