Hi All, On Wed, Mar 9, 2016 at 1:17 AM, Moroo Akira <retrage01@xxxxxxxxx> wrote: > From: Akira Moroo <retrage01@xxxxxxxxx> > > This patch fix a structure name typo in cfg80211.h. > > Signed-off-by: Moroo Akira <retrage01@xxxxxxxxx> Looks right to me. Reviewed-by: Julian Calaby <julian.calaby@xxxxxxxxx> > --- > include/net/cfg80211.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h > index 9bcaaf7..9570ade 100644 > --- a/include/net/cfg80211.h > +++ b/include/net/cfg80211.h > @@ -1609,17 +1609,17 @@ enum cfg80211_signal_type { > struct cfg80211_inform_bss { > struct ieee80211_channel *chan; > enum nl80211_bss_scan_width scan_width; > s32 signal; > u64 boottime_ns; > }; > > /** > - * struct cfg80211_bss_ie_data - BSS entry IE data > + * struct cfg80211_bss_ies - BSS entry IE data > * @tsf: TSF contained in the frame that carried these IEs > * @rcu_head: internal use, for freeing > * @len: length of the IEs > * @from_beacon: these IEs are known to come from a beacon > * @data: IE data > */ > struct cfg80211_bss_ies { > u64 tsf; > -- > 2.4.10 > > -- > 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 -- Julian Calaby Email: julian.calaby@xxxxxxxxx Profile: http://www.google.com/profiles/julian.calaby/ -- 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