Bug 470143
| Summary: | mac80211 built-in, causing mysterious errors with compat-wireless | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hin-Tak Leung <htl10> |
| Component: | kernel | Assignee: | John W. Linville <linville> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | 1159062847, kernel-maint, mcgrof, quintela |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-11 16:19:03 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: | |||
|
Description
Hin-Tak Leung
2008-11-05 22:16:48 UTC
I looked through koji and found it was removed between 0.345.rc7.fc10 0.339.rc7.fc10 but the log entry between does not say why. I advised against it for exactly this reason. The notion was that this would save time during boot and that anyone who could build compat-wireless could just build their own kernel anyway...whatever. I think it was the wrong decision. lets move it back to modular then. There's always going to be trade-offs, and I think in this case, the benefits of a marginally slower boot are outweighed by the improved debugging you get. compat-wireless is considerably easier and quicker to build; particularly in the situation where one wants to try out new changes (and easily revertable, just by blowing away /lib/module/<version>/updates and then depmod -a), without whole-sale dev kernel. As for slower boot, it is probably marginal compared to per-driver initialization - and some might argue in the opposite - not all machines have wireless cards. 2.6.27.5-88.fc10.x86_64 just available on koji has the mac80211 component as module. change log: * Wed Nov 05 2008 John W. Linville <linville> 2.6.27.4-83 - Re-modularize mac80211 component (#470143) Thank you! |