Changes between Version 20 and Version 21 of Internal/AtherosDriverLimits


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

Legend:

Unmodified
Added
Removed
Modified
  • Internal/AtherosDriverLimits

    v20 v21  
    107107   {{{
    108108      max_interface_number_allocated = 3 - removes the need to traverse the table below to determine next available number.
    109       interface_allocation_table =
     109      interface_allocation_table* =
    110110               
    111111                interface | defined? | No of Virtual Interfaces defined       
    112112                ---------------------------------------------------------               
    113                    w0     |    'y'   |        3                         
    114                    w1     |    'n'   |        1                         
     113                   w0     |    'y'   |        '3'                         
     114                   w1     |    'n'   |        '1'                         
    115115     
    116       virtual_interface_details =
     116      virtual_interface_details* =
    117117         
    118118               virtual_interface | Associated to phy dev. | mode     |  virtual ip      | ESSID
     
    123123                   'ath1'        |         'w1'           |   'Sta'  |  '192.168.11.2'  | 'net01'
    124124
     125          * Text in quotes for both tables indicate values.
    125126   }}}
    126127