On Wed, Feb 09, 2011 at 01:01:41PM +0100, Zefir Kurtisi wrote: > Interface implementation to pass DFS pulse events via nl80211. > > Includes > * new command NL80211_CMD_SET_DFS_EVENT > * new attributes NL80211_DFSEVENT_ATTR_{FREQ,TS,WIDTH} > * functions to pass DFS pulse events through netlink interface > diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c > index 864ddfb..8e75f40 100644 > --- a/net/wireless/nl80211.c > +++ b/net/wireless/nl80211.c > @@ -4015,7 +4015,6 @@ __cfg80211_testmode_alloc_skb(struct cfg80211_registered_device *rdev, > skb = nlmsg_new(approxlen + 100, gfp); > if (!skb) > return NULL; > - > hdr = nl80211hdr_put(skb, pid, seq, 0, NL80211_CMD_TESTMODE); > if (!hdr) { > kfree_skb(skb); Please don't randomly remove whitespace in your patches. :-) John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- 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