This removes the commented declarations of the structure type, _STA_QOS
due to us no longer having this structure declartion having now been
removed from the header file,rtl819x_Qos.h due to no declartions of
this type present anymore.

Signed-off-by: Nicholas Krause <xerofo...@gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 4 ----
 drivers/staging/rtl8192u/r8192U_dm.c           | 1 -
 2 files changed, 5 deletions(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211.h 
b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
index b44aa17..3ad7740 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211.h
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
@@ -1841,8 +1841,6 @@ struct ieee80211_device {
        RX_REORDER_ENTRY        RxReorderEntry[128];
        struct list_head                RxReorder_Unused_List;
 //#endif
-       // Qos related. Added by Annie, 2005-11-01.
-//     PSTA_QOS                        pStaQos;
        u8                              ForcedPriority;         // Force 
per-packet priority 1~7. (default: 0, not to force it.)
 
 
@@ -2076,8 +2074,6 @@ struct ieee80211_device {
         struct delayed_work start_ibss_wq;
        struct work_struct wx_sync_scan_wq;
        struct workqueue_struct *wq;
-       // Qos related. Added by Annie, 2005-11-01.
-       //STA_QOS  StaQos;
 
        //u32 STA_EDCA_PARAM[4];
        //CHANNEL_ACCESS_SETTING ChannelAccessSetting;
diff --git a/drivers/staging/rtl8192u/r8192U_dm.c 
b/drivers/staging/rtl8192u/r8192U_dm.c
index ee6b936..e1a9d13 100644
--- a/drivers/staging/rtl8192u/r8192U_dm.c
+++ b/drivers/staging/rtl8192u/r8192U_dm.c
@@ -2215,7 +2215,6 @@ static void dm_check_edca_turbo(
 {
        struct r8192_priv *priv = ieee80211_priv(dev);
        PRT_HIGH_THROUGHPUT     pHTInfo = priv->ieee80211->pHTInfo;
-       /*PSTA_QOS                      pStaQos = pMgntInfo->pStaQos;*/
 
        /* Keep past Tx/Rx packet count for RT-to-RT EDCA turbo. */
        static unsigned long                    lastTxOkCnt;
-- 
2.1.0

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to