1. 15 2月, 2007 1 次提交
    • 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
  2. 28 3月, 2006 3 次提交