net: rename vlan_tx_* helpers since "tx" is misleading there
The same macros are used for rx as well. So rename it. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
d8b9605d26
commit
df8a39defa
@@ -2824,8 +2824,8 @@ bnad_txq_wi_prepare(struct bnad *bnad, struct bna_tcb *tcb,
|
||||
u32 gso_size;
|
||||
u16 vlan_tag = 0;
|
||||
|
||||
if (vlan_tx_tag_present(skb)) {
|
||||
vlan_tag = (u16)vlan_tx_tag_get(skb);
|
||||
if (skb_vlan_tag_present(skb)) {
|
||||
vlan_tag = (u16)skb_vlan_tag_get(skb);
|
||||
flags |= (BNA_TXQ_WI_CF_INS_PRIO | BNA_TXQ_WI_CF_INS_VLAN);
|
||||
}
|
||||
if (test_bit(BNAD_RF_CEE_RUNNING, &bnad->run_flags)) {
|
||||
|
Reference in New Issue
Block a user