Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-23 | staging: rtl8192e: Convert typedef TS_COMMON_INFO to struct ts_common_info | Larry Finger | |
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Convert typedef RX_TS_RECORD to struct rx_ts_record | Larry Finger | |
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Convert typedef TX_TS_RECORD to struct tx_ts_record | Larry Finger | |
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Convert typedef BSS_QOS to struct bss_qos | Larry Finger | |
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | hwmon: (i5k_amb) Drop i5k_channel_pci_id | Jean Delvare | |
Function i5k_channel_pci_id looks like it can fail, while a better code design would make it more obvious that it can't. We can even get rid of the function. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> | |||
2011-08-23 | staging: rtl8192e: Fix compilation warnings | Larry Finger | |
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> | |||
2011-08-23 | staging: rtl8192e: Fix unload/reload problem | Larry Finger | |
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> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_RTL_RFKILL | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove conditional code associated with ↵ | Larry Finger | |
EEPROM_OLD_FORMAT_SUPPORT Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with EFUSE_REPG_WORKAROUND | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove LOOP_TEST as parameter | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_FW_SETCHAN | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_RTLWIFI_DEBUGFS | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with _RTL8192_EXT_PATCH_ | Larry Finger | |
2011-08-23 | staging: rtl8192e: Remove ifdefs for CONFIG_RTLLIB_DEBUG | Larry Finger | |
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> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with RTL819x_DEBUG | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with _ENABLE_SW_BEACON | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_CRYPTO_HMAC | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_BT_30 | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with ENABLE_NULL_PT_DEBUG | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_64BIT_DMA | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_RTLLIB_CRYPT_TKIP | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with IRQF_SHARED | Larry Finger | |
This symbol is defined in the kernel. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_CFG_80211 | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with BUILT_IN_CRYPTO | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: IEEE80211_RADIOTAP_F_BADFCS is defined in kernel, do not ↵ | Larry Finger | |
duplicate Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CUSTOMER_ID_INTEL_CMPC ↵ | Larry Finger | |
and CONFIG_CRDA Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with FOR_ANDROID_X86 and ↵ | Larry Finger | |
FOR_MOBLIN Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with WMM_Hang_8187 | Larry Finger | |
This patch also removes an "#if 1 .... #endif" that survived an earlier edit. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with BUILT_IN_MSHCLASS | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with ADHOC_11N | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with WIFI_TEST | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with NOT_YET | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with RTK_DMP_PLATFORM | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with USB_RX_AGGREGATION_SUPPORT | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with SUPPORT_USPD | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with TCP_CSUM_OFFLOAD_RX | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with ↵ | Larry Finger | |
USB_TX_DRIVER_AGGREGATION_ENABLE Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove code dependent of JOHN_DUMP | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove ifdefs that depend on ENABLE_DOT11D | Larry Finger | |
This configuration parameter is selected in the Makefile, thus the conditional code can be removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove references to ENABLE_GPIO_RADIO_CTL | Larry Finger | |
This configuration variable is set in the make file. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code from removal of ENABLE_TKIP11N | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with PF_SYNCTHREAD | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with COMPATIBLE_WITH_RALINK_MESH | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_ASPM_OR_D3 | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with USB_USE_ALIGNMENT | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code involved with TO_DO | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code involved with TO_DO_LIST | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code inside 'ifdef MERGE_TO_DO' | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> | |||
2011-08-23 | staging: rtl8192e: Remove dead code associated with CONFIG_MP | Larry Finger | |
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> |