]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/ieee80211/ieee80211_tx.c
[PATCH] gfp flags annotations - part 1
[mirror_ubuntu-bionic-kernel.git] / net / ieee80211 / ieee80211_tx.c
index c9aaff3fea1e41f8c0211253b44cefec0edf5345..eed07bbbe6b6282972d47815bf1f43cd7e69e018 100644 (file)
@@ -207,7 +207,7 @@ void ieee80211_txb_free(struct ieee80211_txb *txb)
 }
 
 static struct ieee80211_txb *ieee80211_alloc_txb(int nr_frags, int txb_size,
-                                                int gfp_mask)
+                                                gfp_t gfp_mask)
 {
        struct ieee80211_txb *txb;
        int i;