brcm47xx: update sprom patches like they are in the mainline kernel
[openwrt.git] / target / linux / brcm47xx / patches-3.2 / 192-ssb-fix-per-path-sprom-vars.patch
1 --- a/include/linux/ssb/ssb.h
2 +++ b/include/linux/ssb/ssb.h
3 @@ -19,7 +19,7 @@ struct ssb_driver;
4 struct ssb_sprom_core_pwr_info {
5 u8 itssi_2g, itssi_5g;
6 u8 maxpwr_2g, maxpwr_5gl, maxpwr_5g, maxpwr_5gh;
7 - u16 pa_2g[3], pa_5gl[3], pa_5g[3], pa_5gh[3];
8 + u16 pa_2g[4], pa_5gl[4], pa_5g[4], pa_5gh[4];
9 };
10
11 struct ssb_sprom {
This page took 0.052544 seconds and 5 git commands to generate.