[PATCH v2 0/9] drivers: staging: rtl8187se: various code cleanups

2014-03-03 Thread Axel Rasmussen
in the original set of patches. Axel Rasmussen (9): drivers: staging: rtl8187se: use netdev_* instead of prink drivers: staging: rtl8187se: refactor/clean signal smoothing drivers: staging: rtl8187se: wrap excessively long lines drivers: staging: rtl8187se: wrap excessively long lines drivers: staging

[PATCH v2 1/9] drivers: staging: rtl8187se: use netdev_* instead of prink

2014-03-03 Thread Axel Rasmussen
Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/Module.symvers | 0 drivers/staging/rtl8187se/r8180_core.c | 8 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 drivers/staging/rtl8187se/Module.symvers diff --git a/drivers

[PATCH v2 6/9] drivers: staging: rtl8187se: fixed broken indentation

2014-03-03 Thread Axel Rasmussen
A section of code in the function rtl8180_tx was indented for no reason, causing numerous checkpatch.pl warnings. Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 132 + 1 file changed, 69 insertions(+), 63

[PATCH v2 4/9] drivers: staging: rtl8187se: wrap excessively long lines

2014-03-03 Thread Axel Rasmussen
Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 73 -- 1 file changed, 44 insertions(+), 29 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c index

[PATCH v2 8/9] drivers: staging: rtl8187se: wrap excessively long lines

2014-03-03 Thread Axel Rasmussen
Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 125 ++--- 1 file changed, 83 insertions(+), 42 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c index

[PATCH v2 2/9] drivers: staging: rtl8187se: refactor/clean signal smoothing

2014-03-03 Thread Axel Rasmussen
Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180.h | 2 +- drivers/staging/rtl8187se/r8180_core.c | 29 ++--- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180.h b/drivers

[PATCH v2 9/9] drivers: staging: rtl8187se: refactor wmm_param_update

2014-03-03 Thread Axel Rasmussen
needed for the original blocks of code. Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 119 ++--- 1 file changed, 49 insertions(+), 70 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers

[PATCH v2 3/9] drivers: staging: rtl8187se: wrap excessively long lines

2014-03-03 Thread Axel Rasmussen
Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 40 ++ 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c index

[PATCH v2 7/9] drivers: staging: rtl8187se: fixed checkpatch.pl errors

2014-03-03 Thread Axel Rasmussen
The definition of the driver's ChannelPlan array produced a large number of checkpatch.pl errors. This patch fixes all of them by adding spaces and wrapping the resulting overly-long lines. Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 49

[PATCH 1/9] drivers: staging: rtl8187se: use netdev_* instead of prink

2014-03-01 Thread Axel Rasmussen
Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/Module.symvers | 0 drivers/staging/rtl8187se/r8180_core.c | 8 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 drivers/staging/rtl8187se/Module.symvers diff --git a/drivers

[PATCH 2/9] drivers: staging: rtl8187se: refactor/clean signal smoothing

2014-03-01 Thread Axel Rasmussen
Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180.h | 2 +- drivers/staging/rtl8187se/r8180_core.c | 29 ++--- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180.h b/drivers

[PATCH 0/9] drivers: staging: rtl8187se: various code cleanups

2014-03-01 Thread Axel Rasmussen
This set of patches fixes a substantial number of checkpatch.pl errors and warnings, and additionally it refactors some sections of code where lines were far too long due to organizational problems. Axel Rasmussen (9): drivers: staging: rtl8187se: use netdev_* instead of prink drivers

[PATCH 9/9] drivers: staging: rtl8187se: refactor wmm_param_update

2014-03-01 Thread Axel Rasmussen
needed for the original blocks of code. Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 119 ++--- 1 file changed, 49 insertions(+), 70 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers

[PATCH 6/9] drivers: staging: rtl8187se: fixed broken indentation

2014-03-01 Thread Axel Rasmussen
A section of code in the function rtl8180_tx was indented for no reason, causing numerous checkpatch.pl warnings. Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 133 + 1 file changed, 70 insertions(+), 63

[PATCH 7/9] drivers: staging: rtl8187se: fixed checkpatch.pl errors

2014-03-01 Thread Axel Rasmussen
The definition of the driver's ChannelPlan array produced a large number of checkpatch.pl errors. This patch fixes all of them by adding spaces and wrapping the resulting overly-long lines. Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 49

[PATCH 3/9] drivers: staging: rtl8187se: wrap excessively long lines

2014-03-01 Thread Axel Rasmussen
Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 40 ++ 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c index

[PATCH 5/9] drivers: staging: rtl8187se: wrap excessively long lines

2014-03-01 Thread Axel Rasmussen
Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 65 ++ 1 file changed, 42 insertions(+), 23 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c index