Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
be2net: Bug fix to send config commands to hardware after netdev_regi…
…ster Sending config commands to be2 hardware before netdev_register is completed, is sometimes causing the async link notification to arrive even before the driver is ready to handle it. The commands for vlan config and flow control settings can infact wait till be_open. This patch takes care of that. Signed-off-by: Ajit Khaparde <ajitk@serverengines.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information