Show
Ignore:
Timestamp:
09/05/07 00:49:51 (5 years ago)
Author:
mickflemm
Message:
  • Add more chip revision IDs (i found those from the various reports here, we need more)
  • Set single-chip bit based on chip revision id instead of pci ids (also fixes cards with bogus pci ids)
  • Sync card info report code in madwifi-old-openhal with ath5k
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/madwifi-old-openhal/ath/if_ath.c

    r2669 r2703  
    14861486        } 
    14871487         
    1488         testmac = {'A', 'T', 'H', 'T', 'S', 'T'}; 
     1488        testmac[0] = 0x41; /* A */ 
     1489        testmac[1] = 0x54; /* T */ 
     1490        testmac[2] = 0x48; /* H */ 
     1491        testmac[3] = 0x54; /* T */ 
     1492        testmac[4] = 0x53; /* S */ 
     1493        testmac[5] = 0x54; /* T */ 
    14891494         
    14901495        if (IEEE80211_ADDR_EQ(wh->i_addr1, testmac)) {