UBUNTU: ubuntu: rtl8192se -- version 2010-0115,0014
authorManoj Iyer <manoj.iyer@canonical.com>
Tue, 2 Mar 2010 06:01:41 +0000 (00:01 -0600)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:48:33 +0000 (06:48 -0700)
commit760ce9e56fa7436165b63dafed588dc7ab975541
tree32973a095c066ea67865a21085c0e19d46fc0afc
parente14247961e2776b30c527addc0684c501c93757c
UBUNTU: ubuntu: rtl8192se -- version 2010-0115,0014

ExternalDriver: rtl8192se_pci
Description:    Driver for RTL8191/92 or RTL8171 wifi nic
Url:            http://www.realtek.com/
Mask:
Version:        2010-0115,0014

Buglink: http://launchpad.net/bugs/530275

Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
95 files changed:
ubuntu/Kconfig
ubuntu/Makefile
ubuntu/rtl8192se/BOM [new file with mode: 0644]
ubuntu/rtl8192se/Kconfig [new file with mode: 0644]
ubuntu/rtl8192se/Makefile [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/Makefile [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_Efuse.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_Efuse.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_def.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_dev.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_dev.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_firmware.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_firmware.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_hw.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_hwimg.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_hwimg.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_hwimg492.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_hwimg492.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_led.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_led.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_mp.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_mp.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_phy.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_phy.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_phyreg.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_rtl6052.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_rtl6052.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_scan.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl8192s/r8192S_scan.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_cam.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_cam.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_core.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_core.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_debug.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_debug.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_dm.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_dm.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_eeprom.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_eeprom.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_endianfree.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_ethtool.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_mesh.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_mesh.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_pm.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_pm.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_ps.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_ps.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_regd.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_regd.h [new file with mode: 0644]
ubuntu/rtl8192se/rtl_wx.c [new file with mode: 0644]
ubuntu/rtl8192se/rtl_wx.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/EndianFree.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/Makefile [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/aes.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/api.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/arc4.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/autoload.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/cipher.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/compress.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/crypto_compat.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/digest.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/dot11d.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/dot11d.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/internal.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/kmap_types.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/license [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/michael_mic.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/proc.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/readme [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtl819x_BA.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtl819x_BAProc.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtl819x_HT.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtl819x_HTProc.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtl819x_Qos.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtl819x_TS.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtl819x_TSProc.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtl_crypto.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_crypt.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_crypt.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_crypt_ccmp.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_crypt_tkip.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_crypt_wep.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_module.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_rx.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_softmac.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_softmac_wx.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_tx.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/rtllib_wx.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/scatterwalk.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/scatterwalk.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/wapi.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/wapi.h [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/wapi_interface.c [new file with mode: 0644]
ubuntu/rtl8192se/rtllib/wapi_interface.h [new file with mode: 0644]