Skip to content

Commit

Permalink
[PATCH] ieee80211: fix gfp flags type
Browse files Browse the repository at this point in the history
Fix implicit nocast warnings in ieee80211 code, including __nocast:
net/ieee80211/ieee80211_tx.c:215:9: warning: implicit cast to nocast type

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Oct 4, 2005
1 parent 6797423 commit f36a29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ieee80211/ieee80211_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
unsigned int gfp_mask)
unsigned int __nocast gfp_mask)
{
struct ieee80211_txb *txb;
int i;
Expand Down

0 comments on commit f36a29d

Please sign in to comment.