mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Remove symbol MAX_RF_PATH_NUMS
This one is always equal to RF_PATH_MAX. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
37a56bca8b
commit
b8bfb4c958
1 changed files with 0 additions and 2 deletions
|
@ -353,8 +353,6 @@ enum MP_MODE {
|
||||||
MP_PACKET_RX
|
MP_PACKET_RX
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MAX_RF_PATH_NUMS RF_PATH_MAX
|
|
||||||
|
|
||||||
extern u8 mpdatarate[NumRates];
|
extern u8 mpdatarate[NumRates];
|
||||||
|
|
||||||
/* MP set force data rate base on the definition. */
|
/* MP set force data rate base on the definition. */
|
||||||
|
|
Loading…
Reference in a new issue