Changes between Version 20 and Version 21 of Internal/AtherosDriverLimits
- Timestamp:
- Sep 14, 2006, 6:29:15 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/AtherosDriverLimits
v20 v21 107 107 {{{ 108 108 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* = 110 110 111 111 interface | defined? | No of Virtual Interfaces defined 112 112 --------------------------------------------------------- 113 w0 | 'y' | 3114 w1 | 'n' | 1113 w0 | 'y' | '3' 114 w1 | 'n' | '1' 115 115 116 virtual_interface_details =116 virtual_interface_details* = 117 117 118 118 virtual_interface | Associated to phy dev. | mode | virtual ip | ESSID … … 123 123 'ath1' | 'w1' | 'Sta' | '192.168.11.2' | 'net01' 124 124 125 * Text in quotes for both tables indicate values. 125 126 }}} 126 127