1. 11 4月, 2007 1 次提交
  2. 28 3月, 2007 1 次提交
  3. 08 3月, 2007 1 次提交
  4. 15 2月, 2007 2 次提交
    • L
      [PATCH] bcm43xx: OFDM fix for rev 1 cards · a5d79d1e
      Larry Finger 提交于
      Nearly all of the writes to the bcm43xx internal lookup tables (ilt)
      involve 16-bit quantities. Accordingly, the ilt_write routine was
      coded to pass a u16 value. For one early GPHY chip, 32-bit quantities
      are needed. For those writes, the value was clipped to 16 bits. This
      patch adds an ilt_write32 routine that receives a 32-bit quantity
      and writes it to the appropriate locations.
      
      Signed-off-by: Larry Finger<Larry.Finger@lwfinger.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      a5d79d1e
    • L
      [PATCH] bcm43xx: Fix for 4311 and 02/07/07 specification changes · 740ac4fb
      Larry Finger 提交于
      The specifications for the bcm43xx driver have been modified. This
      patch incorporates these changes in the code, which results in the
      BCM4311 and BCM4312 working. The name of one of the PHY parameters,
      previously known as "version", has been changed to "analog", short for
      "analog core version" .
      
      Signed-off-by: Larry Finger<Larry.Finger@lwfinger.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      740ac4fb
  5. 26 9月, 2006 1 次提交
  6. 11 7月, 2006 1 次提交
  7. 16 6月, 2006 2 次提交
  8. 06 5月, 2006 1 次提交
  9. 20 4月, 2006 1 次提交
  10. 28 3月, 2006 9 次提交