Эх сурвалжийг харах

Merge "qcacld-3.0: Remove obsolete hdd_lro_init() stub" into wlan-cld3.driver.lnx.2.0

CNSS_WLAN Service 6 жил өмнө
parent
commit
6611bbe8a2

+ 0 - 5
core/hdd/inc/wlan_hdd_lro.h

@@ -61,11 +61,6 @@ QDF_STATUS hdd_lro_set_reset(struct hdd_context *hdd_ctx,
 int hdd_is_lro_enabled(struct hdd_context *hdd_ctx);
 
 #else
-static inline int hdd_lro_init(struct hdd_context *hdd_ctx)
-{
-	return 0;
-}
-
 static inline QDF_STATUS hdd_lro_rx(struct hdd_adapter *adapter,
 				    struct sk_buff *skb)
 {