Search Linux Wireless

Re: [PATCH] ssb: Fix for incorrect Subsystem and PCI Product IDs on rev 4 SPROMs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Friday 13 June 2008 10:47:33 Michael Buesch wrote:
> From: Larry.Finger@xxxxxxxxxxxx
> 
> In current ssb-sprom code, the Subsystem and Product ID's are wrong for rev 4
> SPROM's.
> 
> Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
> Signed-off-by: Michael Buesch <mb@xxxxxxxxx>
> ---
> 
> John, this is a bugfix for 2.6.26.
> 
> 
> Index: ssb_sprom/ssb_sprom.h
> ===================================================================
> --- ssb_sprom.orig/ssb_sprom.h
> +++ ssb_sprom/ssb_sprom.h

Oh, this changes the ssb userland tool. So I better apply it instead
of sending it to random unrelated people :P

> @@ -33,10 +33,10 @@
>  
>  /* byte offsets */
>  #define SPROM_SUBP		(0x02 * 2)
> -#define SPROM4_SUBP		(0x00 * 2)
> +#define SPROM4_SUBP		(0x02 * 2)
>  #define SPROM_SUBV		(0x03 * 2)
>  #define SPROM_PPID		(0x04 * 2)
> -#define SPROM4_PPID		(0x02 * 2)
> +#define SPROM4_PPID		(0x04 * 2)
>  #define SPROM_BFLHI		(0x1C * 2)
>  #define SPROM_IL0MACADDR	(0x24 * 2)
>  #define SPROM_ET0MACADDR	(0x27 * 2)
> 



-- 
Greetings Michael.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux