http://support.dlink.com/products/view.asp?productid=DWL-G520M

AR5513 is dual band 5 GHZ/2.4 GHZ radio. This seems to come with
AR5112 or AR2112 which I think are the MACs. Not sure if we support
these yet, will have to check in ath5k. We also released our legacy
HAL and well that has exactly what I have access to   :-P     So lets
see... a quick grep shows:

[EMAIL PROTECTED] ~/devel/legacy-hal (git::master)$ grep -nHr AR5112 *
ar5212/ar5112.c:90:} AR5112_POWER_TABLE;
ar5212/ar5112.c:382:    AR5112_POWER_TABLE *pPowTable = ahp->ah_vpdTable;
ar5212/ar5112.c:937:    ahp->ah_vpdTable = ath_hal_malloc(ah->ah_osdev,
sizeof(AR5112_POWER_TABLE));
ar5212/ar5212_reset.c:891:                      rfMode = AR_PHY_MODE_AR5112;
ar5212/ar5212_reset.c:898:                      rfMode = AR_PHY_MODE_AR5112;
ar5212/ar5212phy.h:275:#define  AR_PHY_MODE_AR5112      0x08    /* AR5112 */
ar5212/ar5212reg.h:913:#define AR_RAD5112_SREV_2_0             0x35
/* AR5112 Revision 2.0 */
ar5212/ar5212reg.h:915:#define AR_RAD5112_SREV_2_1             0x36
/* AR5112 Revision 2.0 */
[EMAIL PROTECTED] ~/devel/legacy-hal (git::master)$ grep -nHr AR2112  *
ar5212/ar5212reg.h:914:#define AR_RAD2112_SREV_2_0             0x45
/* AR2112 Revision 2.0 */
ar5212/ar5212reg.h:916:#define AR_RAD2112_SREV_2_1             0x46
/* AR2112 Revision 2.0 */


But ath5k doesn't have it:

[EMAIL PROTECTED] ~/wireless-testing/drivers/net/wireless/ath5k
(git::master)$ grep -nHr AR5112 *
[EMAIL PROTECTED] ~/wireless-testing/drivers/net/wireless/ath5k
(git::master)$ grep -nHr AR2112  *

So my guess is ath5k doesn't have support yet. Maybe some others knows
better, or may have an interest in adding this.

  Luis
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to