Re: [PATCH] libertas: fix return value when processing invalid packet

2014-05-22 Thread James Cameron
On Thu, May 22, 2014 at 07:32:41AM -0500, Dan Williams wrote: > Nothing actually uses the return value yet, but we might as well > make it correct, like process_rxed_802_11_packet() does for the > same case. Also ensure that if monitor mode is enabled (and > thus process_rxed_802_11_packet() is

[PATCH] libertas: fix return value when processing invalid packet

2014-05-22 Thread Dan Williams
Nothing actually uses the return value yet, but we might as well make it correct, like process_rxed_802_11_packet() does for the same case. Also ensure that if monitor mode is enabled (and thus process_rxed_802_11_packet() is called) that the debugging enter/leave functions are balanced.

[PATCH] libertas: fix return value when processing invalid packet

2014-05-22 Thread Dan Williams
Nothing actually uses the return value yet, but we might as well make it correct, like process_rxed_802_11_packet() does for the same case. Also ensure that if monitor mode is enabled (and thus process_rxed_802_11_packet() is called) that the debugging enter/leave functions are balanced.

Re: [PATCH] libertas: fix return value when processing invalid packet

2014-05-22 Thread James Cameron
On Thu, May 22, 2014 at 07:32:41AM -0500, Dan Williams wrote: Nothing actually uses the return value yet, but we might as well make it correct, like process_rxed_802_11_packet() does for the same case. Also ensure that if monitor mode is enabled (and thus process_rxed_802_11_packet() is