Changes between Version 17 and Version 18 of Internal/AtherosDriverLimits


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

Legend:

Unmodified
Added
Removed
Modified
  • Internal/AtherosDriverLimits

    v17 v18  
    100100 === How Will This Expected Response Be Orchestrated By The Current Software Code Base ===
    101101 * Nodehandler receives the name of the tutorial script that needs to be used from the command line.
     102 * After all the parsing and function calls the node handler finally sends information to the client part of the code.
     103 * The client will run a driver specific (Atheros based) initialization of the code. (Currently uses iwpriv and iwconfig to do this)
     104 * These calls have to be replaced with wlanconfig calls supported by the Atheros drivers.
     105 * The data structure used for consistency check which checks the number of interfaces defined on a node could be either local to the node or could be global to the entire grid. Personally, I prefer delineating node specific information and keeping it with the node. Status checks can be made with appropriate definition of API.
     106 * The local data structure will have the following fields
     107   {{{
     108      max_interface_number_allocated; - indicates the maximum number for the allocated interfaces.
     109 
     110      allocation_table
     111               
     112                interface | defined? |
     113                ---------------------------------               
     114                   w0     |    'y'   |
     115                   w1     |    'n'   |
     116   }}}
     117
    102118 * .... needs more understanding of the code :)....
    103119