Changes between Version 19 and Version 20 of Internal/AtherosDriverLimits


Ignore:
Timestamp:
Sep 14, 2006, 6:27:40 PM (18 years ago)
Author:
Gautam D. Bhanage
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/AtherosDriverLimits

    v19 v20  
    107107   {{{
    108108      max_interface_number_allocated = 3 - removes the need to traverse the table below to determine next available number.
    109       allocation_table =
     109      interface_allocation_table =
    110110               
    111                 interface | defined? | No of VAP defined | ptr to linked list
    112                 -----------------------------------------------------------               
    113                    w0     |    'y'   |        3          | -> ath0 -> ath2 -> ath3
    114                    w1     |    'n'   |        0          | -||
     111                interface | defined? | No of Virtual Interfaces defined       
     112                ---------------------------------------------------------               
     113                   w0     |    'y'   |        3                         
     114                   w1     |    'n'   |        1                         
     115     
     116      virtual_interface_details =
     117         
     118               virtual_interface | Associated to phy dev. | mode     |  virtual ip      | ESSID
     119               ------------------------------------------------------------------------------------
     120                   'ath0'        |         'w0'           |   'AP'   |  '192.168.10.1'  | 'net00'
     121                   'ath2'        |         'w0'           |   'AP'   |  '192.168.11.1'  | 'net01'
     122                   'ath3'        |         'w0'           |   'AP'   |  '192.168.12.1'  | 'net02'
     123                   'ath1'        |         'w1'           |   'Sta'  |  '192.168.11.2'  | 'net01'
     124
    115125   }}}
    116126