Re: [PATCH 2/4] Net: mac80211, remove bitfields from struct ieee80211_txrx_data

2007-08-13 Thread Jiri Slaby
Johannes Berg napsal(a): > On Sun, 2007-08-12 at 15:08 +0200, Jiri Slaby wrote: > >> -unsigned int fragmented:1; /* whether the MSDU was fragmented */ >> +/* whether the MSDU was fragmented */ >> +#define IEEE80211_TXRXD_FRAGMENTED BIT(0) >> +#define IEEE80211_TXRXD_TXUNICAST

Re: [PATCH 2/4] Net: mac80211, remove bitfields from struct ieee80211_txrx_data

2007-08-13 Thread Johannes Berg
On Sun, 2007-08-12 at 15:08 +0200, Jiri Slaby wrote: > - unsigned int fragmented:1; /* whether the MSDU was fragmented */ > + /* whether the MSDU was fragmented */ > +#define IEEE80211_TXRXD_FRAGMENTED BIT(0) > +#define IEEE80211_TXRXD_TXUNICASTBIT(1) > +#define IEEE8

[PATCH 2/4] Net: mac80211, remove bitfields from struct ieee80211_txrx_data

2007-08-12 Thread Jiri Slaby
mac80211, remove bitfields from struct ieee80211_txrx_data Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- commit 37d65bd9e26732c7ec33a58eab6bda750b3be113 tree ac8e2b83c426b03007ea0bd7c5092e351598053c parent 10e9252a35d42fb92e65dfaaef136d81dbb71c4f author Jiri Slaby <[EMAIL PROTECTED]> Sun, 12