Changes between Version 36 and Version 37 of Internal/NewNodeAgent
- Timestamp:
- May 7, 2015, 9:10:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/NewNodeAgent
v36 v37 390 390 * isActive 391 391 * ? 392 393 ---- 394 5/7/2015 395 396 There is unhandled case with respect to module loading. When a module is loaded, several dependent modules are loaded. Some times this includes that need to be removed before, the module can it self be removed. 397 398 Each indivdual driver will have to know about this problem and handle it if needed. The specific case is iwldvm for iwlwifi. The logic here will be to load iwlwifi and then check if iwldvm is loaded. If it is, when a call to unload is made, we must unload iwldvm first.