Fix implicit nocast warnings in ieee80211 code:
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 3 Oct 2005 15:02:14 +0000 (10:02 -0500)
committerJames Ketrenos <jketreno@linux.intel.com>
Mon, 3 Oct 2005 15:02:14 +0000 (10:02 -0500)
net/ieee80211/ieee80211_tx.c:215:9: warning: implicit cast to nocast type

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
net/ieee80211/ieee80211_tx.c

index 8d87897..e860777 100644 (file)
@@ -187,7 +187,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)
+                                                unsigned int gfp_mask)
 {
        struct ieee80211_txb *txb;
        int i;