Bug 176507

Summary: Adds support for madwifi-ng devices to /etc/sysconfig/network-scripts/*
Product: [Fedora] Fedora Reporter: kelsey hudson <kelsey.hudson>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: denis, rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-09 18:55:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch against initscripts-8.11.1-1 none

Description kelsey hudson 2005-12-23 19:41:57 UTC
Description of problem:

madwifi-ng allows the same wireless board to work in configurations of access
point, station, and ad-hoc, all at the same time with different settings. To
achieve this, madwifi created a master device wlan%d. From this master device
you must create pseudodevices (slaves). The following patch makes this process
easy by simply adding some config options and a (small) hack to allow devices
"not present" at boot time to still be configured.

Version-Release number of selected component (if applicable):
All.

Additional info:

Look! there's a patch! (attached)

I've added my ifcfg-ath0

Comment 1 kelsey hudson 2005-12-23 19:41:57 UTC
Created attachment 122566 [details]
Patch against initscripts-8.11.1-1

Comment 2 Bill Nottingham 2006-01-09 18:54:52 UTC
This seems like it would be better solved in a madwifi support package (such as
one that contains wlanconfig) by using the support for alternate
ifup-$(DEVICETYPE) scripts directly.