net: rmnet_data: Remove watchdog_timeo

Remove all references of watchdog_timeo since rmnet_data does not
support recovering from tx timeouts.

Change-Id: I7d92c430e502ac53f8dee2315b64b58cd2ab7745
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
This commit is contained in:
Subash Abhinov Kasiviswanathan 2015-05-04 17:33:12 -06:00 committed by Gerrit - the friendly Code Review server
parent 83c5af93bb
commit 43b549484d
1 changed files with 0 additions and 3 deletions

View File

@ -477,8 +477,6 @@ static const struct net_device_ops rmnet_data_vnd_ops = {
*
* Called by kernel whenever a new rmnet_data<n> device is created. Sets MTU,
* flags, ARP type, needed headroom, etc...
*
* todo: What is watchdog_timeo? Do we need to explicitly set it?
*/
static void rmnet_vnd_setup(struct net_device *dev)
{
@ -493,7 +491,6 @@ static void rmnet_vnd_setup(struct net_device *dev)
dev->mtu = RMNET_DATA_DFLT_PACKET_SIZE;
dev->needed_headroom = RMNET_DATA_NEEDED_HEADROOM;
random_ether_addr(dev->dev_addr);
dev->watchdog_timeo = 1000;
dev->tx_queue_len = RMNET_DATA_TX_QUEUE_LEN;
/* Raw IP mode */