Changes between Version 18 and Version 19 of Internal/AtherosDriverLimits
- Timestamp:
- Sep 14, 2006, 6:18:41 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/AtherosDriverLimits
v18 v19 106 106 * The local data structure will have the following fields 107 107 {{{ 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 = 111 110 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 | -|| 116 115 }}} 117 116