mirror of https://gitee.com/openkylin/linux.git
staging:r8188eu: remove (RGTRY|BSSID)_(OFT|SZ) macros
These macros does not used. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0699715183
commit
64164d66a3
|
@ -104,12 +104,6 @@ struct registry_priv {
|
|||
bool monitor_enable;
|
||||
};
|
||||
|
||||
/* For registry parameters */
|
||||
#define RGTRY_OFT(field) ((u32)offsetof(struct registry_priv, field))
|
||||
#define RGTRY_SZ(field) sizeof(((struct registry_priv *)0)->field)
|
||||
#define BSSID_OFT(field) ((u32)offsetofT(struct wlan_bssid_ex, field))
|
||||
#define BSSID_SZ(field) sizeof(((struct wlan_bssid_ex *)0)->field)
|
||||
|
||||
#define MAX_CONTINUAL_URB_ERR 4
|
||||
|
||||
struct dvobj_priv {
|
||||
|
|
Loading…
Reference in New Issue