Re: [PATCH 11/16] wcn36xx: Add txrx.c
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-08-20 21:04:01
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-08-20 21:04:01
On Tue, 2013-08-20 at 19:41 +0200, Eugene Krasnikov wrote:
+int wcn36xx_start_tx(struct wcn36xx *wcn, + struct wcn36xx_sta *sta_priv, + struct sk_buff *skb)
err ... this can return errors that you never handle, probably gets you leaks that way? johannes