|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2015-2016 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2015-2017 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
|
*
|
|
@@ -188,12 +188,10 @@ static inline int hdd_lro_init(hdd_context_t *hdd_ctx)
|
|
|
static inline void hdd_lro_disable(hdd_context_t *hdd_ctx,
|
|
|
hdd_adapter_t *adapter)
|
|
|
{
|
|
|
- return;
|
|
|
}
|
|
|
|
|
|
static inline void hdd_lro_display_stats(hdd_context_t *hdd_ctx)
|
|
|
{
|
|
|
- return;
|
|
|
}
|
|
|
#endif /* FEATURE_LRO */
|
|
|
#endif /* __WLAN_HDD_LRO_H__ */
|