]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'be2net-next'
authorDavid S. Miller <davem@davemloft.net>
Sun, 25 Jan 2015 01:22:48 +0000 (17:22 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 25 Jan 2015 01:22:48 +0000 (17:22 -0800)
commit84301d76967f45df5c3412f673dac5c8facea40d
tree062c778892b863d5415827863505abfbeb1157a1
parenta61dd1c7b57323c32ad3631a9ba2c6c997b3156c
parent2af58554e988b193b9c228f1caa85481069a9602
Merge branch 'be2net-next'

Sathya Perla says:

====================
be2net: patch set

Hi David, as the below patch-set includes minor bug fixes and some
code re-org, pls consider applying it to the "net-next" tree. Thanks!

Patch 1 fixes a bit of code duplication involving interface object
creation code.

Patch 2 ensures that when a flow-control FW cmd fails, the adapter state
continues to reflect the old values. This allows for correct reporting
on subsequent ethtool "get".

Patch 3 returns proper error for link config change on BE3/Lancer

Patch 4 adds a kernel log message for FW boot error on Lancer

Patch 5 adds a function reset on Lancer as a part of the function init
sequence.

Patch 6 moves some FW-cmd definitions that belong in be_cmds.h, but
were placed in be_hw.h

Patch 7 resets the "bw_min" field while configuring "bw_max" needed
for TX rate limiting config.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>