소스 검색

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

CNSS_WLAN Service 6 년 전
부모
커밋
6611bbe8a2
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      core/hdd/inc/wlan_hdd_lro.h

+ 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)
 {