Changeset 2704

Timestamp:
09/05/07 01:25:35 (10 months ago)
Author:
mickflemm
Message:
  • Return on unsupported chips during attach (leave 2424/5424 on madwifi-old-openhal for testing)
Files:
  • branches/ath5k/ath5k_hw.c (modified) (1 diff)
  • branches/madwifi-old-openhal/openhal/ath5k_hw.c (modified) (1 diff)

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/ath5k/ath5k_hw.c

    r2703 r2704  
    277 277         hal->ah_mac_revision = AR5K_REG_MS(srev, AR5K_SREV_REV); 
    278 278  
      279  
      280  
      281  
      282  
      283  
      284  
      285  
      286  
    279 287         switch (srev) { 
    280                   case AR5K_SREV_VER_AR2424: 
    281                   case AR5K_SREV_VER_AR5424: 
    282 288                 case AR5K_SREV_VER_AR5413: 
    283 289                 case AR5K_SREV_VER_AR5414: 
  • branches/madwifi-old-openhal/openhal/ath5k_hw.c

    r2703 r2704  
    503 503         hal->ah_mac_version = AR5K_REG_MS(srev, AR5K_SREV_VER); 
    504 504         hal->ah_mac_revision = AR5K_REG_MS(srev, AR5K_SREV_REV); 
      505  
      506  
      507  
      508  
      509  
      510  
      511  
    505 512  
    506 513         switch (srev) {