Actions
Bug #9600
closedAdd athp to wireless device regex list
Start date:
06/25/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.x
Affected Architecture:
Description
the gui to configure the athp wireless interface does not show options to configure it
please add athp to "wireless_regex"
inside /etc/inc/globals.inc
"wireless_regex" => "/^(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rum|run|uath|upgt|ural|urtw|urtwn|wi|wpi|wtap|zyd)[0-9]+/",
should be
"wireless_regex" => "/^(ath|athp|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rum|run|uath|upgt|ural|urtw|urtwn|wi|wpi|wtap|zyd)[0-9]+/",
Updated by Jim Pingle over 5 years ago
- Project changed from pfSense Packages to pfSense
- Subject changed from wrong gui in network interface for athp driver to Add athp to wireless device regex list
- Category set to Wireless
- Assignee set to Jim Pingle
- Target version set to 2.5.0
Updated by Jim Pingle over 5 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 980e3e500340af6f90ce75602c376d78fa344575.
Updated by Steve Wheeler about 5 years ago
- Status changed from Feedback to Resolved
This looks good:
[2.5.0-DEVELOPMENT][root@apu.stevew.lan]/root: sysctl net.wlan.devices net.wlan.devices: athp1 athp0
Tested against: pfSense-2.5.0.a.20190821.1952
Actions