]> www.infradead.org Git - users/jedix/linux-maple.git/commit
be2net: query link status in be_open()
authorSarveshwar Bandi <sarveshwar.bandi@emulex.com>
Sun, 19 Feb 2012 22:53:28 +0000 (04:23 +0530)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Tue, 1 May 2012 22:34:12 +0000 (15:34 -0700)
commita52d76aff3d3c248c733c47a6825230ce5b86efb
tree16b9786440323ec9bb23c3ba3f554ccaed13092d
parent2b16884c198654c026f73b291799b99ac134cd14
be2net: query link status in be_open()

be2net gets an async link status notification from the FW when it creates
an MCC queue. There are some cases in which this gratuitous notification
is not received from FW. To cover this explicitly query the link status
in be_open().

Signed-off-by: Sarveshwar Bandi <sarveshwar.bandi@emulex.com>
drivers/net/benet/be.h
drivers/net/benet/be_cmds.c
drivers/net/benet/be_cmds.h
drivers/net/benet/be_ethtool.c
drivers/net/benet/be_main.c