net: mvneta: fix enable of all initialized RXQs
authorYelena Krivosheev <[email protected]>
Fri, 30 Mar 2018 10:05:31 +0000 (12:05 +0200)
committerDavid S. Miller <[email protected]>
Fri, 30 Mar 2018 18:27:47 +0000 (14:27 -0400)
commite81b5e01c14add8395dfba7130f8829206bb507d
tree86489181e1ee33a0dc767d55b67129d7a06ad673
parentb6cdbc85234b072340b8923e69f49ec293f905dc
net: mvneta: fix enable of all initialized RXQs

In mvneta_port_up() we enable relevant RX and TX port queues by write
queues bit map to an appropriate register.

q_map must be ZERO in the beginning of this process.

Signed-off-by: Yelena Krivosheev <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
Acked-by: Thomas Petazzoni <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/marvell/mvneta.c