/linux/drivers/net/wireless/ti/wlcore/ |
H A D | rx.h | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | hw_ops.h | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | rx.c | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | wlcore_i.h | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | wlcore.h | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | cmd.c | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | main.c | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | tx.c | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | wl18xx.h | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | main.c | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | wl12xx.h | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | main.c | diff 75fb4df7f804229372e073977615a149a4a28dc0 Mon Feb 10 12:47:21 CET 2014 Eliad Peller <eliad@wizery.com> wlcore/wl12xx/wl18xx: simplify fw_status handling
Instead of splitting the fw_status into 2 and using some complex calculations, read the fw status and let each low-level driver (wl12xx/wl18xx) convert it into a common struct.
This is required for the upcoming fw api changes, which break the current logic anyway.
Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|