1. 21 11月, 2012 14 次提交
  2. 20 10月, 2012 1 次提交
  3. 25 9月, 2012 1 次提交
  4. 12 9月, 2012 1 次提交
    • A
      brcm80211: Remove bogus memcpy in ai_detach · af2c8ffe
      Andi Kleen 提交于
      gcc 4.8 warns for this memcpy. While the copy size is correct, the whole
      copy seems to be a nop because the destination is never used, and
      there's no need to use memcpy to copy pointers anyways. And the
      type of the pointer was wrong, but at least those are always the same.
      
      Just remove it.
      
      /backup/lsrc/git/linux-lto-2.6/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c: In function 'ai_detach':
      /backup/lsrc/git/linux-lto-2.6/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c:539:32: warning: argument to 'sizeof' in 'memcpy' call is the same pointer type 'struct si_pub **' as the destination; expected 'struct si_pub *' or an explicit length [-Wsizeof-pointer-memaccess]
        memcpy(&si_local, &sih, sizeof(struct si_pub **));
                                      ^
      Signed-off-by: NAndi Kleen <ak@linux.intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      af2c8ffe
  5. 11 9月, 2012 1 次提交
  6. 23 8月, 2012 1 次提交
    • V
      brcm80211: smac: set interface down on reset · ea2d2183
      Vladimir Zapolskiy 提交于
      This change marks interface as down on reset, otherwise the driver can't
      reinitialize itself properly.
      
      Without the change a transient problem turns out to be critical and leads
      to inavailability to reset the driver without brcmsmac module unload/load
      cycle:
      
          ieee80211 phy0: wl0: PSM microcode watchdog fired at 5993 (seconds). Resetting.
          brcms_c_dpc : PSM Watchdog, chipid 0xa8d9, chiprev 0x1
          ieee80211 phy0: wl0: fatal error, reinitializing
          ieee80211 phy0: Hardware restart was requested
          ieee80211 phy0: brcms_ops_start: brcms_up() returned -19
      Signed-off-by: NVladimir Zapolskiy <vz@mleia.com>
      Cc: Arend van Spriel <arend@broadcom.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ea2d2183
  7. 11 8月, 2012 1 次提交
  8. 07 8月, 2012 1 次提交
  9. 03 8月, 2012 1 次提交
  10. 31 7月, 2012 1 次提交
  11. 13 7月, 2012 1 次提交
  12. 11 7月, 2012 16 次提交