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 | |
| 271 | The usb wimax driver. Same concept as all the others, mostly just specifies the kernel module. |