staging: rtl8188eu:Remove function rtw_set_tx_chksum_offload()
authornavin patidar <navin.patidar@gmail.com>
Tue, 27 May 2014 15:35:41 +0000 (21:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 19:03:41 +0000 (12:03 -0700)
rtw_set_tx_chksum_offload() has empty defination.

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_xmit.c
drivers/staging/rtl8188eu/include/xmit_osdep.h
drivers/staging/rtl8188eu/os_dep/xmit_linux.c

index 8d4265fb486dcb2f7db71ab2be8233baea97db39..1413ec8ad3bffff9fb14aa44e93b12b3edcc9924 100644 (file)
@@ -621,8 +621,6 @@ static s32 update_attrib(struct adapter *padapter, struct sk_buff *pkt, struct p
                RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("update_attrib: bswenc = false\n"));
        }
 
-       rtw_set_tx_chksum_offload(pkt, pattrib);
-
        update_attrib_phy_info(pattrib, psta);
 
 exit:
index 48bc5fca996d1ab872c4e68059838757fa3c9c5b..13965f2489db582b23fd48b045603228ea1bb325 100644 (file)
@@ -49,8 +49,6 @@ int rtw_os_xmit_resource_alloc(struct adapter *padapter,
 void rtw_os_xmit_resource_free(struct adapter *padapter,
                               struct xmit_buf *pxmitbuf, u32 free_sz);
 
-void rtw_set_tx_chksum_offload(struct sk_buff *pkt, struct pkt_attrib *pattrib);
-
 uint rtw_remainder_len(struct pkt_file *pfile);
 void _rtw_open_pktfile(struct sk_buff *pkt, struct pkt_file *pfile);
 uint _rtw_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen);
index 2c8e3f72dec70d5aef1b6b4e8dbd3f91a15d3596..6089baea72ab94f1284526e3bf3d4fe9b791562a 100644 (file)
@@ -77,10 +77,6 @@ int rtw_endofpktfile(struct pkt_file *pfile)
        return false;
 }
 
-void rtw_set_tx_chksum_offload(struct sk_buff *pkt, struct pkt_attrib *pattrib)
-{
-}
-
 int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz)
 {
        int i;