8 Oct 2008 18:04
revision 3868 committed
Nick Kossifidis <svn-commits <at> madwifi.org>
2008-10-08 16:04:11 GMT
2008-10-08 16:04:11 GMT
Project : madwifi Revision : 3868 Author : mickflemm (Nick Kossifidis) Date : 2008-10-08 18:04:10 +0200 (Wed, 08 Oct 2008) Log Message : * Add support for RF2413 * Comment out RF5112 for now (working on an abstract way to handle different table formats etc) Affected Files: * ath_info/trunk/ath_info.c updated * ath_info/trunk/eeprom.h added Modified: ath_info/trunk/ath_info.c =================================================================== --- ath_info/trunk/ath_info.c 2008-09-23 18:21:56 UTC (rev 3867) +++ ath_info/trunk/ath_info.c 2008-10-08 16:04:10 UTC (rev 3868) <at> <at> -28,6 +28,7 <at> <at> #include <sys/mman.h> #include <endian.h> #include <byteswap.h> +#include "eeprom.h" #undef ARRAY_SIZE #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) <at> <at> -64,72 +65,92 <at> <at> u_int8_t sr_val; };(Continue reading)
RSS Feed