On 12/30/2011 11:57 AM, Thomas Pedersen wrote: > From: Thomas Pedersen <twpedersen@xxxxxxxxxxxxxxxx> > > ath6kl no longer knows what it is transmitting through > cfg80211_testmode, and simply passes opaque buffers between userspace > and the firmware. Leave the CONT_RX enum for backwards compatibility. > > Signed-off-by: Thomas Pedersen <twpedersen@xxxxxxxxxxxxxxxx> > > v2: > ath6kl_warn not _dbg, GFP_KERNEL, and misc. (Kalle) > --- > drivers/net/wireless/ath/ath6kl/testmode.c | 104 +++++----------------------- > drivers/net/wireless/ath/ath6kl/testmode.h | 6 +- > drivers/net/wireless/ath/ath6kl/wmi.c | 6 +- > 3 files changed, 24 insertions(+), 92 deletions(-) Please add the changelog after the "---" line, that way git does include it to the commit log. Thanks, patch applied with a minor change to return EOPNOTSUPP for ATH6KL_TM_CMD_RX_REPORT. There's no need to support that command anymore, keeping the entry in enum is enough. Kalle -- 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