aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/r8192E_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rtl8192e/r8192E_core.c')
-rw-r--r--drivers/staging/rtl8192e/r8192E_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c
index 66223196872..d3105281d31 100644
--- a/drivers/staging/rtl8192e/r8192E_core.c
+++ b/drivers/staging/rtl8192e/r8192E_core.c
@@ -2313,7 +2313,7 @@ static void rtl8192_SetWirelessMode(struct net_device* dev, u8 wireless_mode)
2313 wireless_mode = WIRELESS_MODE_B; 2313 wireless_mode = WIRELESS_MODE_B;
2314 } 2314 }
2315 } 2315 }
2316#ifdef TO_DO_LIST //// TODO: this function doesn't work well at this time, we shoud wait for FPGA 2316#ifdef TO_DO_LIST //// TODO: this function doesn't work well at this time, we should wait for FPGA
2317 ActUpdateChannelAccessSetting( pAdapter, pHalData->CurrentWirelessMode, &pAdapter->MgntInfo.Info8185.ChannelAccessSetting ); 2317 ActUpdateChannelAccessSetting( pAdapter, pHalData->CurrentWirelessMode, &pAdapter->MgntInfo.Info8185.ChannelAccessSetting );
2318#endif 2318#endif
2319 priv->ieee80211->mode = wireless_mode; 2319 priv->ieee80211->mode = wireless_mode;
@@ -6520,7 +6520,7 @@ void rtl8192_cancel_deferred_work(struct r8192_priv* priv)
6520 /* call cancel_work_sync instead of cancel_delayed_work if and only if Linux_version_code 6520 /* call cancel_work_sync instead of cancel_delayed_work if and only if Linux_version_code
6521 * is or is newer than 2.6.20 and work structure is defined to be struct work_struct. 6521 * is or is newer than 2.6.20 and work structure is defined to be struct work_struct.
6522 * Otherwise call cancel_delayed_work is enough. 6522 * Otherwise call cancel_delayed_work is enough.
6523 * FIXME (2.6.20 shoud 2.6.22, work_struct shoud not cancel) 6523 * FIXME (2.6.20 should 2.6.22, work_struct should not cancel)
6524 * */ 6524 * */
6525 cancel_delayed_work(&priv->watch_dog_wq); 6525 cancel_delayed_work(&priv->watch_dog_wq);
6526 cancel_delayed_work(&priv->update_beacon_wq); 6526 cancel_delayed_work(&priv->update_beacon_wq);