rtl8192se: update to rtl8192se-0019.1207.2010

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-27 20:54:07 +01:00
parent b245de8539
commit bb6a6c6bbc
3 changed files with 1 additions and 13 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME="rtl8192se"
PKG_VERSION="0018.1025.2010"
PKG_VERSION="0019.1207.2010"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="nonfree"

View File

@ -1,12 +0,0 @@
diff -Naur orig/HAL/rtl8192/rtl_dm.c rtl8192se-0018.1025.2010/HAL/rtl8192/rtl_dm.c
--- orig/HAL/rtl8192/rtl_dm.c 2010-10-13 07:24:00.000000000 +0200
+++ rtl8192se-0018.1025.2010/HAL/rtl8192/rtl_dm.c 2010-12-04 23:19:57.529063406 +0100
@@ -3826,7 +3826,7 @@
if(priv->pwrdown)
{
u1Tmp = read_nic_byte(dev, 0x06);
- printk("pwrdown, 0x6(BIT6)=%02x\n", u1Tmp);
+ //printk("pwrdown, 0x6(BIT6)=%02x\n", u1Tmp);
retval = (u1Tmp & BIT6) ? eRfOn: eRfOff;
if(u1Tmp == 0xff)