|
@@ -820,7 +820,7 @@ int proc_set_rssi_disp(struct file *file, const char __user *buffer,
|
|
|
|
|
|
if (enable) {
|
|
if (enable) {
|
|
DBG_88E("Turn On Rx RSSI Display Function\n");
|
|
DBG_88E("Turn On Rx RSSI Display Function\n");
|
|
- padapter->bRxRSSIDisplay = enable ;
|
|
|
|
|
|
+ padapter->bRxRSSIDisplay = enable;
|
|
} else {
|
|
} else {
|
|
DBG_88E("Turn Off Rx RSSI Display Function\n");
|
|
DBG_88E("Turn Off Rx RSSI Display Function\n");
|
|
padapter->bRxRSSIDisplay = 0;
|
|
padapter->bRxRSSIDisplay = 0;
|