summaryrefslogtreecommitdiff
path: root/tprintf.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04misc: cleanup header commentsDaniel Borkmann1-10/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+27
script>
authorSathya Perla <sathya.perla@broadcom.com>2016-07-27 05:26:16 -0400
committerDavid S. Miller <davem@davemloft.net>2016-08-08 15:38:27 -0700
commit0aff1fbfe72e47412e3213648e972c339af30e4e (patch)
treee278ded2c75303dcd558464f437b835e66cd301a
parent841f60fcc4e7986a4ef3f83a289ab47076872e42 (diff)
be2net: do not remove vids from driver table if be_vid_config() fails.
The driver currently removes a new vid from the adapter->vids[] array if be_vid_config() returns an error, which occurs when there is an error in HW/FW. This is wrong. After the HW/FW error is recovered from, we need the complete vids[] array to re-program the vlan list. Signed-off-by: Sathya Perla <sathya.perla@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat