[Natty] [request-pull] updated rtl8192se driver to version 0018.1025.2010

Manoj Iyer manoj.iyer at canonical.com
Mon Nov 15 16:02:07 UTC 2010


driver update testing came back negative. The wifi card was disabled
after the new driver was installed. I NAK my own request as a result.

On Fri, Nov 12, 2010 at 11:41 AM, Manoj Iyer <manoj.iyer at canonical.com> wrote:
> Please note  that there is no update to the firmware shipped in this
> version of the driver, I had previously mentioned that I will send a
> separate pull request for firmware.
>
> --
>
> manjo
>
> , Manoj Iyer <manoj.iyer at canonical.com> wrote:
>> Updated the rtl8192se driver in ubuntu/ delta to latest version
>> available on the realtek website. This update comes with an updated
>> firmware as well, I will send a separate pull request for firmware
>> shortly. I have modified the makefile to enable CONFIG_RTL_RFKILL,
>> also, asper makefile, CONFIG_RTL_RFKILL and CONFIG_CRDA, requires
>> CONFIG_CFG_80211. I was able to compile the modules cleanly. I don't
>> have the hardware to get the modules tested. If anyone has a realtek
>> rtl8192se based wifi please test the kernel in
>>
>> http://kernel.ubuntu.com/~manjo/natty/rtl8192se/
>>
>> The reason I enabled  CONFIG_RTL_RFKILL is because, we suspect that
>> http://launchpad.net/bugs/640992 is caused because CONFIG_RTL_RFKILL
>> was not enabled. I will also get the natty kernel tested once I get a
>> response from the bug originator.
>>
>> The following changes since commit 8c1a687cd3b5e56e22b408c26558fcb3852335b7:
>>  Andy Whitcroft (1):
>>        UBUNTU: [Config] Disable intel_idle for -virtual kernels
>>
>> are available in the git repository at:
>>
>>  git://kernel.ubuntu.com/git/manjo/ubuntu-natty.git rtl8192se
>>
>> Manoj Iyer (1):
>>      UBUNTU: updated rtl8192se driver to version 0018.1025.2010
>>
>>  ubuntu/rtl8192se/BOM                        |    2 +-
>>  ubuntu/rtl8192se/Makefile                   |  405 +-
>>  ubuntu/rtl8192se/rtl8192s/r8192S_Efuse.c    | 3528 ++++----
>>  ubuntu/rtl8192se/rtl8192s/r8192S_Efuse.h    |  188 +-
>>  ubuntu/rtl8192se/rtl8192s/r8192S_dev.c      |  711 +-
>>  ubuntu/rtl8192se/rtl8192s/r8192S_dev.h      |    6 +-
>>  ubuntu/rtl8192se/rtl8192s/r8192S_firmware.c | 1674 ++--
>>  ubuntu/rtl8192se/rtl8192s/r8192S_hw.h       | 1100 ++--
>>  ubuntu/rtl8192se/rtl8192s/r8192S_hwimg492.c |11220 ++++++++++++------------
>>  ubuntu/rtl8192se/rtl8192s/r8192S_hwimg492.h |  118 +-
>>  ubuntu/rtl8192se/rtl8192s/r8192S_hwimg74.c  |12796 +++++++++++++-------------
>>  ubuntu/rtl8192se/rtl8192s/r8192S_hwimg74.h  |  118 +-
>>  ubuntu/rtl8192se/rtl8192s/r8192S_led.c      | 2743 +++---
>>  ubuntu/rtl8192se/rtl8192s/r8192S_led.h      |  128 +-
>>  ubuntu/rtl8192se/rtl8192s/r8192S_phy.c      | 6700 +++++++-------
>>  ubuntu/rtl8192se/rtl8192s/r8192S_phy.h      |  382 +-
>>  ubuntu/rtl8192se/rtl8192s/r8192S_phyreg.h   | 1588 ++--
>>  ubuntu/rtl8192se/rtl_cam.c                  |   29 +-
>>  ubuntu/rtl8192se/rtl_cam.h                  |    6 +-
>>  ubuntu/rtl8192se/rtl_core.c                 |  280 +-
>>  ubuntu/rtl8192se/rtl_core.h                 |   47 +-
>>  ubuntu/rtl8192se/rtl_dm.c                   |10051 +++++++++++-----------
>>  ubuntu/rtl8192se/rtl_dm.h                   |  689 +-
>>  ubuntu/rtl8192se/rtl_pm.c                   |   86 +-
>>  ubuntu/rtl8192se/rtl_ps.c                   |    2 +-
>>  ubuntu/rtl8192se/rtl_regd.c                 |   15 +-
>>  ubuntu/rtl8192se/rtl_regd.h                 |    2 +-
>>  ubuntu/rtl8192se/rtl_softap.c               | 1821 ++++
>>  ubuntu/rtl8192se/rtl_softap.h               |  146 +
>>  ubuntu/rtl8192se/rtl_wx.c                   |  576 ++-
>>  ubuntu/rtl8192se/rtl_wx.h                   |    3 +
>>  ubuntu/rtl8192se/rtllib/dot11d.c            |   10 +-
>>  ubuntu/rtl8192se/rtllib/dot11d.h            |  154 +-
>>  ubuntu/rtl8192se/rtllib/rtl819x_BA.h        |  156 +-
>>  ubuntu/rtl8192se/rtllib/rtl819x_BAProc.c    | 1286 ++--
>>  ubuntu/rtl8192se/rtllib/rtl819x_HT.h        |  942 +-
>>  ubuntu/rtl8192se/rtllib/rtl819x_HTProc.c    |   10 +-
>>  ubuntu/rtl8192se/rtllib/rtl819x_Qos.h       | 1376 ++--
>>  ubuntu/rtl8192se/rtllib/rtl819x_TS.h        |  136 +-
>>  ubuntu/rtl8192se/rtllib/rtllib.h            |  201 +-
>>  ubuntu/rtl8192se/rtllib/rtllib_endianfree.h |  310 +-
>>  ubuntu/rtl8192se/rtllib/rtllib_module.c     |  111 +-
>>  ubuntu/rtl8192se/rtllib/rtllib_rx.c         |  556 +-
>>  ubuntu/rtl8192se/rtllib/rtllib_softmac.c    |  319 +-
>>  ubuntu/rtl8192se/rtllib/rtllib_tx.c         |  298 +-
>>  ubuntu/rtl8192se/rtllib/rtllib_wx.c         |   29 +-
>>  ubuntu/rtl8192se/rtllib/wapi.c              | 3600 ++++----
>>  ubuntu/rtl8192se/rtllib/wapi.h              |  269 +-
>>  ubuntu/rtl8192se/rtllib/wapi_interface.c    |  300 +-
>>  ubuntu/rtl8192se/rtllib/wapi_interface.h    |  194 +-
>>  50 files changed, 35836 insertions(+), 31581 deletions(-)
>>  mode change 100755 => 100644 ubuntu/rtl8192se/Makefile
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/Makefile
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_Efuse.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_Efuse.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_def.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_dev.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_dev.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_firmware.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_firmware.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_hw.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_hwimg.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_hwimg.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_hwimg492.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_hwimg492.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_hwimg74.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_hwimg74.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_led.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_led.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_mp.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_mp.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_phy.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_phy.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_phyreg.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_rtl6052.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_rtl6052.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_scan.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl8192s/r8192S_scan.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_cam.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_cam.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_core.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_core.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_debug.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_debug.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_dm.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_dm.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_eeprom.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_eeprom.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_ethtool.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_mesh.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_mesh.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_pm.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_pm.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_ps.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_ps.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_regd.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_regd.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_rfkill.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_rfkill.h
>>  create mode 100644 ubuntu/rtl8192se/rtl_softap.c
>>  create mode 100644 ubuntu/rtl8192se/rtl_softap.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_wx.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtl_wx.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/Makefile
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/aes.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/api.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/arc4.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/autoload.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/cipher.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/compress.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/crypto_compat.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/digest.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/dot11d.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/dot11d.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/internal.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/kmap_types.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/license
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/michael_mic.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/proc.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtl819x_BA.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtl819x_BAProc.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtl819x_HT.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtl819x_HTProc.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtl819x_Qos.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtl819x_TS.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtl819x_TSProc.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtl_crypto.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_crypt.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_crypt.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_crypt_ccmp.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_crypt_tkip.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_crypt_wep.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_module.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_rx.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_softmac.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_softmac_wx.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_tx.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/rtllib_wx.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/scatterwalk.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/scatterwalk.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/wapi.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/wapi.h
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/wapi_interface.c
>>  mode change 100755 => 100644 ubuntu/rtl8192se/rtllib/wapi_interface.h
>>
>> --
>>
>> manjo
>>
>
>
>
> --
> Cogito Ergo Sum
> --- manjo
>



-- 
Cogito Ergo Sum
--- manjo




More information about the kernel-team mailing list