Hi Thomas, On Fri, Jun 29, 2012 at 9:28 AM, Thomas Huehn <thomas@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > msp has type struct minstrel_ht_sta_priv not struct minstrel_ht_sta. > > Signed-off-by: Thomas Huehn <thomas@xxxxxxxxxxxxxxxxxxxxxxx> > --- > net/mac80211/rc80211_minstrel_ht.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/mac80211/rc80211_minstrel_ht.c b/net/mac80211/rc80211_minstrel_ht.c > index 2d1acc6..dc2b801 100644 > --- a/net/mac80211/rc80211_minstrel_ht.c > +++ b/net/mac80211/rc80211_minstrel_ht.c > @@ -809,7 +809,7 @@ minstrel_ht_alloc_sta(void *priv, struct ieee80211_sta *sta, gfp_t gfp) > max_rates = sband->n_bitrates; > } > > - msp = kzalloc(sizeof(struct minstrel_ht_sta), gfp); > + msp = kzalloc(sizeof(struct minstrel_ht_sta_priv), gfp); Why not use sizeof(*msp)? Thanks, -- Julian Calaby Email: julian.calaby@xxxxxxxxx Profile: http://www.google.com/profiles/julian.calaby/ .Plan: http://sites.google.com/site/juliancalaby/ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html