Changes between Version 42 and Version 43 of Internal/NewNodeAgent


Ignore:
Timestamp:
May 18, 2015, 7:43:34 PM (9 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/NewNodeAgent

    v42 v43  
    248248
    249249''' File: rcdrv_wl.rb '''[[BR]]
    250 ''' Class: Rcdrv_wl.rb < !WifiDevice '''[[BR]]
    251 ''' Interface: '''
    252  * ''' public methods: '''
    253   * initialize(logName = nil) - sets kmod name(s)
    254 
    255 
    256 
    257 ''' rcdrv_iwlwifi.rb < wifi.rb'''[[BR]]
    258 ''' Interface '''
    259  * new
    260 
    261 ''' rcdrv_wl.rb < wifi.rb'''[[BR]]
    262 ''' Interface '''
    263  * new
    264 
     250''' Class: Rcdrv_wl < !WifiDevice '''[[BR]]
     251''' Interface: '''
     252 * ''' public methods: '''
     253  * initialize(logName = nil) - sets kmod name(s)
     254
     255''' File: rcdrv_iwlwifi.rb '''[[BR]]
     256''' Class: Rcdrv_iwlwifi < !WifiDevice '''[[BR]]
     257''' Interface: '''
     258 * ''' public methods: '''
     259  * initialize(logName = nil)
     260  * activate(logicalNumber = nil) - additionally checks if iwldvm module was loaded.
     261  * deactivate() - will remove the iwldvm module before calling super if needed.
     262
     263''' File: cdrv_i2400m_usb.rb '''[[BR]]
     264''' Class: Rcdrv_i2400m_usb < !WimaxDevice '''[[BR]]
     265''' Interface: '''
     266 * ''' public methods: '''
     267  * initialize(logName = nil)
     268  * activate(logicalNumber = nil) - additionally checks if iwldvm module was loaded.
     269  * deactivate() - will remove the iwldvm module before calling super if needed.
     270
     271The usb wimax driver. Same concept as all the others, mostly just specifies the kernel module.
    265272
    266273