mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
wl12xx: do not set queue_mapping directly
It is preferred to use the setter that to set queue_mapping directly. This also helps backporting in compat-wireless. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
34c8e3d2bb
commit
86c438f40c
1 changed files with 1 additions and 1 deletions
|
@ -1294,7 +1294,7 @@ static struct sk_buff *wl12xx_alloc_dummy_packet(struct wl1271 *wl)
|
|||
skb->priority = WL1271_TID_MGMT;
|
||||
|
||||
/* Initialize all fields that might be used */
|
||||
skb->queue_mapping = 0;
|
||||
skb_set_queue_mapping(skb, 0);
|
||||
memset(IEEE80211_SKB_CB(skb), 0, sizeof(struct ieee80211_tx_info));
|
||||
|
||||
return skb;
|
||||
|
|
Loading…
Add table
Reference in a new issue