OSDN Git Service

hostap: Revert a toxic part of the conversion to net_device_ops
authorMartin Decky <martin@decky.cz>
Thu, 10 Sep 2009 01:44:47 +0000 (03:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 23 Sep 2009 15:35:39 +0000 (11:35 -0400)
commit05f57195ab5a232afd773328f00784e79c60e64e
tree5e07ca884997d8b51d91aa95fd7e514ec36b7ba4
parent4142e0d1def2c0176c27fd2e810243045a62eb6d
hostap: Revert a toxic part of the conversion to net_device_ops

As the hostap driver was converted to use net_device_ops, a mistake was
made in hostap_main.c (commit 5ae4efbcd2611562a8b93596be034e63495706a5).
Originally, the tx_queue_len was set to 0 for every other interface than
HOSTAP_INTERFACE_MASTER, but the new fragment of code sets tx_queue_len to
0 only for HOSTAP_INTERFACE_MASTER. The opposite of the previous
behavior makes the driver to drop all packets in AP mode.

Change the way 0 is assigned to tx_queue_len according to the original
logic.

Signed-off-by: Martin Decky <martin@decky.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/hostap_main.c