mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Remove CONFIG_ATMEL_RC_PATCH
This quirk is never selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
8c846f57f0
commit
0f3cbc1f0f
5 changed files with 1 additions and 108 deletions
|
@ -19,9 +19,6 @@
|
|||
******************************************************************************/
|
||||
//***** temporarily flag *******
|
||||
|
||||
//#define CONFIG_DISABLE_ODM
|
||||
//#define CONFIG_ATMEL_RC_PATCH
|
||||
|
||||
#define CONFIG_ODM_REFRESH_RAMASK
|
||||
#define CONFIG_PHY_SETTING_WITH_ODM
|
||||
//for FPGA VERIFICATION config
|
||||
|
|
|
@ -220,10 +220,6 @@ struct sta_info {
|
|||
u8 no_ht_set;
|
||||
u8 ht_20mhz_set;
|
||||
|
||||
#ifdef CONFIG_ATMEL_RC_PATCH
|
||||
u8 flag_atmel_rc;
|
||||
#endif
|
||||
|
||||
unsigned int tx_ra_bitmap;
|
||||
u8 qos_info;
|
||||
|
||||
|
@ -430,14 +426,8 @@ struct sta_priv {
|
|||
|
||||
struct wlan_acl_pool acl_list;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ATMEL_RC_PATCH
|
||||
u8 atmel_rc_pattern [6];
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
|
||||
__inline static u32 wifi_mac_hash(u8 *mac)
|
||||
{
|
||||
u32 x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue