commit | 154ccd82e1b871ca012e781e01566128754d8c5f | [log] [tgz] |
---|---|---|
author | David Dillow <dave@thedillows.org> | Sun Oct 24 10:20:20 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 24 16:25:40 2010 -0700 |
tree | ab83e3b253ab7bff71a48e73947a0e8dc881b82a | |
parent | 5c398dc8f5a58b5417d8ae0d474704feb6e12a12 [diff] |
typhoon: wait for RX mode commands to finish When adding VLAN devices, we can get several calls to typhoon_set_rx_mode() in quick succession. Because we didn't wait for the commands to complete, we could run out of command descriptors and fail to set the RX mode. Signed-off-by: David Dillow <dave@thedillows.org> Signed-off-by: David S. Miller <davem@davemloft.net>