1. 23 8月, 2011 1 次提交
  2. 10 8月, 2011 2 次提交
  3. 02 8月, 2011 1 次提交
    • L
      rtlwifi: Fix kernel oops on ARM SOC · b6b67df3
      Larry Finger 提交于
      This driver uses information from the self member of the pci_bus struct to
      get information regarding the bridge to which the PCIe device is attached.
      Unfortunately, this member is not established on all architectures, which
      leads to a kernel oops.
      
      Skipping the entire block that uses the self member to determine the bridge
      vendor will only affect RTL8192DE devices as that driver sets the ASPM support
      flag differently when the bridge vendor is Intel. If the self member is
      available, there is no functional change.
      
      This patch fixes Bugzilla No. 40212.
      Reported-by: NHubert Liao <liao.hubertt@gmail.com>
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Stable <stable@kernel.org> [back to 2.6.38]
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      b6b67df3
  4. 22 7月, 2011 1 次提交
  5. 21 7月, 2011 2 次提交
  6. 12 7月, 2011 1 次提交
  7. 06 7月, 2011 7 次提交
  8. 30 6月, 2011 4 次提交
  9. 28 6月, 2011 13 次提交
  10. 24 6月, 2011 1 次提交
  11. 23 6月, 2011 1 次提交
    • L
      rtl8192cu: Fix missing firmware load · 9935d126
      Larry Finger 提交于
      In commit 3ac5e26a entitled
      "rtlwifi: rtl8192c-common: Change common firmware routines for addition
      of rtl8192se and rtl8192de", the firmware loading code was moved.
      Unfortunately, some necessary code was dropped for rtl8192cu.
      
      The dmesg output shows the following:
      
      rtl8192c: Loading firmware file rtlwifi/rtl8192cufw.bin
      rtl8192c_common:_rtl92c_fw_free_to_go():<0-0> Polling FW ready fail!! REG_MCUFWDL:0x00000006 .
      rtl8192c_common:rtl92c_download_fw():<0-0> Firmware is not ready to run!
      
      In addition, the interface will authenticate and associate, but cannot
      transfer data.
      
      This is reported as Kernel Bug #38012.
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      9935d126
  12. 21 6月, 2011 5 次提交
  13. 11 6月, 2011 1 次提交