| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
staging-next
* git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/r8192E: (61 commits)
staging: rtl8192e: Fix compilation warnings
staging: rtl8192e: Fix unload/reload problem
staging: rtl8192e: Remove dead code associated with CONFIG_RTL_RFKILL
staging: rtl8192e: Remove conditional code associated with EEPROM_OLD_FORMAT_SUPPORT
staging: rtl8192e: Remove dead code associated with EFUSE_REPG_WORKAROUND
staging: rtl8192e: Remove LOOP_TEST as parameter
staging: rtl8192e: Remove dead code associated with CONFIG_FW_SETCHAN
staging: rtl8192e: Remove dead code associated with CONFIG_RTLWIFI_DEBUGFS
staging: rtl8192e: Remove dead code associated with _RTL8192_EXT_PATCH_
staging: rtl8192e: Remove ifdefs for CONFIG_RTLLIB_DEBUG
staging: rtl8192e: Remove dead code associated with RTL819x_DEBUG
staging: rtl8192e: Remove dead code associated with _ENABLE_SW_BEACON
staging: rtl8192e: Remove dead code associated with CONFIG_CRYPTO_HMAC
staging: rtl8192e: Remove dead code associated with CONFIG_BT_30
staging: rtl8192e: Remove dead code associated with ENABLE_NULL_PT_DEBUG
staging: rtl8192e: Remove dead code associated with CONFIG_64BIT_DMA
staging: rtl8192e: Remove dead code associated with CONFIG_RTLLIB_CRYPT_TKIP
staging: rtl8192e: Remove dead code associated with IRQF_SHARED
staging: rtl8192e: Remove dead code associated with CONFIG_CFG_80211
staging: rtl8192e: Remove dead code associated with BUILT_IN_CRYPTO
...
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When the driver is compiled, the following messages result:
CC [M] drivers/staging/rtl8192e/r8192E_phy.o
drivers/staging/rtl8192e/r8192E_phy.c: In function ‘rtl8192_phy_ConfigRFWithHeaderFile’:
drivers/staging/rtl8192e/r8192E_phy.c:791:25: warning: array subscript is above array bounds
drivers/staging/rtl8192e/r8192E_phy.c:780:25: warning: array subscript is above array bounds
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| |
| | |
The driver is not releasing the memory region that was mapped. As a result,
the driver cannot be unloaded and reloaded.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| | |
EEPROM_OLD_FORMAT_SUPPORT
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| | |
|
| |
| |
| |
| |
| |
| | |
This symbol is unconditionally defined in a header file, thus tests for it can be removed.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| | |
This symbol is defined in the kernel.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| | |
duplicate
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| | |
and CONFIG_CRDA
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| | |
FOR_MOBLIN
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| |
| | |
This patch also removes an "#if 1 .... #endif" that survived an earlier
edit.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| | |
USB_TX_DRIVER_AGGREGATION_ENABLE
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| |
| | |
This configuration parameter is selected in the Makefile, thus the
conditional code can be removed.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| | |
This configuration variable is set in the make file.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This driver uses RX skb's of O(2), thus it is possible for memory fragmentation
to prevent the allocation of a new one to replace a newly-received buffer.
When such a failure occurs, the kernel panics.
The fix is to drop an incoming packet whenever such an allocation fails. This
fix matches the one done in rtlwifi for other Realtek PCI devices.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
RTL8190P
One too many lines were removed in an earlier patch. Rather than resubmit
as a V2, this line is added back here.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| |
| |
| |
| | |
Now that the code can only generate a driver for RTL8192E, the internal
ifdef's are no longer needed.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
| |
| |
| |
| | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|