mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8723bs: Remove rtw_chip_version as module parameter
This parameter might be useful when the original driver was developed, but it is useless in production code. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
69fded9155
commit
2601c36dd9
2 changed files with 1 additions and 5 deletions
|
@ -91,11 +91,10 @@ struct specific_device_id{
|
|||
};
|
||||
|
||||
struct registry_priv {
|
||||
u8 chip_version;
|
||||
struct ndis_802_11_ssid ssid;
|
||||
u8 rfintfs;
|
||||
u8 lbkmode;
|
||||
u8 hci;
|
||||
struct ndis_802_11_ssid ssid;
|
||||
u8 network_mode; /* infra, ad-hoc, auto */
|
||||
u8 channel;/* ad-hoc support requirement */
|
||||
u8 wireless_mode;/* A, B, G, auto */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue