summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-03-28 00:09:21 -0500
committerChris Buechler <cmb@pfsense.org>2015-03-28 00:09:21 -0500
commit4f00900cdfdb65221aa88ac329ac845ea90b6a23 (patch)
tree59d2a484380ae9c86aa0b5203229c8bf3cd0d161 /etc
parente593bac7e025eaec50e2591557c76fe27c254b32 (diff)
downloadpfsense-4f00900cdfdb65221aa88ac329ac845ea90b6a23.zip
pfsense-4f00900cdfdb65221aa88ac329ac845ea90b6a23.tar.gz
Remove wireless cards from ALTQ-capable interfaces, since ALTQ is broken on wlandev in FreeBSD 10.x at the moment. Ticket #4406
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 7e9ef7f..dbfbda7 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -5028,12 +5028,13 @@ function is_altq_capable($int) {
/* Per:
* http://www.freebsd.org/cgi/man.cgi?query=altq&apropos=0&sektion=0&manpath=FreeBSD+8.3-RELEASE&arch=default&format=html
* Only the following drivers have ALTQ support
+ * 20150328 - removed wireless drivers - ath, awi, bwn, iwi, ipw, ral, rum, run, wi - for now. redmine #4406
*/
- $capable = array("ae", "age", "alc", "ale", "an", "ath", "aue", "axe", "awi", "bce",
+ $capable = array("ae", "age", "alc", "ale", "an", "aue", "axe", "bce",
"bfe", "bge", "bridge", "cas", "dc", "de", "ed", "em", "ep", "epair", "et", "fxp", "gem",
- "hme", "hn", "igb", "ipw", "iwi", "ixgbe", "jme", "le", "lem", "msk", "mxge", "my", "nfe",
- "nge", "npe", "nve", "ral", "re", "rl", "rum", "run", "bwn", "sf", "sge", "sis", "sk",
- "ste", "stge", "ti", "txp", "udav", "ural", "vge", "vmx", "vr", "vte", "wi", "xl",
+ "hme", "hn", "igb", "ixgbe", "jme", "le", "lem", "msk", "mxge", "my", "nfe",
+ "nge", "npe", "nve", "re", "rl", "sf", "sge", "sis", "sk",
+ "ste", "stge", "ti", "txp", "udav", "ural", "vge", "vmx", "vr", "vte", "xl",
"ndis", "tun", "ovpns", "ovpnc", "vlan", "pppoe", "pptp", "ng",
"l2tp", "ppp", "vtnet");
OpenPOWER on IntegriCloud