staging: rtl8188eu: Remove unused function ODM_MacStatusQuery()
authornavin patidar <navin.patidar@gmail.com>
Mon, 26 May 2014 16:05:20 +0000 (21:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 May 2014 17:38:06 +0000 (10:38 -0700)
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/odm_HWConfig.c

index a755df35ec7ded45b36acdec6750a08cac7b5465..0145a112e1d3f6a0a377dba42223d428df7c7622 100644 (file)
@@ -436,14 +436,6 @@ void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm,
        ODM_PhyStatusQuery_92CSeries(dm_odm, pPhyInfo, pPhyStatus, pPktinfo);
 }
 
-/*  For future use. */
-void ODM_MacStatusQuery(struct odm_dm_struct *dm_odm, u8 *mac_stat,
-                       u8 macid, bool pkt_match_bssid,
-                       bool pkttoself, bool pkt_beacon)
-{
-       /*  2011/10/19 Driver team will handle in the future. */
-}
-
 enum HAL_STATUS ODM_ConfigRFWithHeaderFile(struct odm_dm_struct *dm_odm,
                                           enum rf_radio_path content,
                                           enum rf_radio_path rfpath)
This page took 0.042628 seconds and 5 git commands to generate.