diff options
author | Ivan Vecera <ivecera@redhat.com> | 2015-06-11 15:52:23 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-06-12 00:57:16 +0200 |
commit | d7548e6725656d007798b78676bc1d863a89583c (patch) | |
tree | 365a950fa10394976635d56292861cf28d96d2b4 /kernel | |
parent | bna: remove RXF_E_PAUSE and RXF_E_RESUME events (diff) | |
download | linux-d7548e6725656d007798b78676bc1d863a89583c.tar.xz linux-d7548e6725656d007798b78676bc1d863a89583c.zip |
bna: remove paused from bna_rx_config and flags from bna_rxf
The bna_rx_config struct member paused can be removed as it is never
written and as it cannot have non-zero value the bna_rxf struct member
flags also cannot have BNA_RXF_F_PAUSED value and is always zero.
So the flags member can be removed as well as bna_rxf_flags enum and
the code-paths that needs to have non-zero bna_rxf->flags.
This clean-up makes bna_rxf_sm_paused state unsed and can be also removed.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions