This is a note to let you know that I've just added the patch titled

    staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12M

to the 3.14-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     staging-vt6656-vnt_rf_setpower-fix-missing-rate-rate_12m.patch
and it can be found in the queue-3.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 163fe301b9f78b6de57d0014eafe504fd20c0cd4 Mon Sep 17 00:00:00 2001
From: Malcolm Priestley <[email protected]>
Date: Sat, 7 Mar 2015 16:36:37 +0000
Subject: staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12M

From: Malcolm Priestley <[email protected]>

commit 163fe301b9f78b6de57d0014eafe504fd20c0cd4 upstream.

When the driver sets this rate a power of zero value is set causing
data flow stoppage until another rate is tried.

Signed-off-by: Malcolm Priestley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/staging/vt6656/rf.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/staging/vt6656/rf.c
+++ b/drivers/staging/vt6656/rf.c
@@ -752,6 +752,7 @@ int RFbSetPower(struct vnt_private *priv
                break;
        case RATE_6M:
        case RATE_9M:
+       case RATE_12M:
        case RATE_18M:
        case RATE_24M:
        case RATE_36M:


Patches currently in stable-queue which might be from [email protected] are

queue-3.14/vt6655-rfbsetpower-fix-missing-rate-rate_12m.patch
queue-3.14/staging-vt6656-vnt_rf_setpower-fix-missing-rate-rate_12m.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to