Kaynağa Gözat

qcacld-3.0: Remove hdd_remove_ocb_tx_header() prototype

wlan_hdd_ocb.h exports hdd_remove_ocb_tx_header() but the function is
no longer present, so remove the obsolete prototype.

Change-Id: Ia4e7f2f55dfc2d9eddf4c67b53d027eb0815e8c0
CRs-Fixed: 2106842
Jeff Johnson 7 yıl önce
ebeveyn
işleme
cb57ff8dd0
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. 0 5
      core/hdd/src/wlan_hdd_ocb.h

+ 0 - 5
core/hdd/src/wlan_hdd_ocb.h

@@ -244,8 +244,6 @@ struct hdd_context;
 #ifdef WLAN_FEATURE_DSRC
 void hdd_set_dot11p_config(struct hdd_context *hdd_ctx);
 
-void hdd_remove_ocb_tx_header(struct sk_buff *skb);
-
 int iw_set_dot11p_channel_sched(struct net_device *dev,
 				struct iw_request_info *info,
 				union iwreq_data *wrqu, char *extra);
@@ -298,9 +296,6 @@ static inline void hdd_set_dot11p_config(struct hdd_context *hdd_ctx)
 {
 }
 
-static inline void hdd_remove_ocb_tx_header(struct sk_buff *skb)
-{
-}
 static inline int iw_set_dot11p_channel_sched(struct net_device *dev,
 		struct iw_request_info *info,
 		union iwreq_data *wrqu, char *extra)