Changes between Version 18 and Version 19 of Internal/AtherosDriverLimits


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

Legend:

Unmodified
Added
Removed
Modified
  • Internal/AtherosDriverLimits

    v18 v19  
    106106 * The local data structure will have the following fields
    107107   {{{
    108       max_interface_number_allocated; - indicates the maximum number for the allocated interfaces.
    109  
    110       allocation_table
     108      max_interface_number_allocated = 3 - removes the need to traverse the table below to determine next available number.
     109      allocation_table =
    111110               
    112                 interface | defined? |
    113                 ---------------------------------               
    114                    w0     |    'y'   |
    115                    w1     |    'n'   |
     111                interface | defined? | No of VAP defined | ptr to linked list
     112                -----------------------------------------------------------               
     113                   w0     |    'y'   |        3          | -> ath0 -> ath2 -> ath3
     114                   w1     |    'n'   |        0          | -||
    116115   }}}
    117116