Commit 739ea076 authored by Marcos Paulo de Souza's avatar Marcos Paulo de Souza Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: iwctl.c: Remove return statement of iwctl_giwrate



This function will always return 0, and this data is not used by who
calls this function.

Signed-off-by: default avatarMarcos Paulo de Souza <marcos.mage@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent caa20de8
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -965,8 +965,7 @@ int iwctl_siwrate(struct net_device *dev,
/*
 * Wireless Handler : get data rate
 */

int iwctl_giwrate(struct net_device *dev,
void iwctl_giwrate(struct net_device *dev,
             struct iw_request_info *info,
             struct iw_param *wrq,
             char *extra)
@@ -1004,9 +1003,6 @@ int iwctl_giwrate(struct net_device *dev,
	    if (pDevice->bFixRate == TRUE)
	        wrq->fixed = TRUE;
    }


	return 0;
}


+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ int iwctl_siwrate(struct net_device *dev,
			 struct iw_param *wrq,
             char *extra);

int iwctl_giwrate(struct net_device *dev,
void iwctl_giwrate(struct net_device *dev,
             struct iw_request_info *info,
             struct iw_param *wrq,
             char *extra);
+1 −2
Original line number Diff line number Diff line
@@ -1698,8 +1698,7 @@ static int device_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) {

	// Get the current bit-rate
	case SIOCGIWRATE:

		rc = iwctl_giwrate(dev, NULL, &(wrq->u.bitrate), NULL);
		iwctl_giwrate(dev, NULL, &(wrq->u.bitrate), NULL);
		break;

	// Set the desired RTS threshold