diff options
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/192-ssb-fix-per-path-sprom-vars.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.2/192-ssb-fix-per-path-sprom-vars.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/192-ssb-fix-per-path-sprom-vars.patch b/target/linux/brcm47xx/patches-3.2/192-ssb-fix-per-path-sprom-vars.patch deleted file mode 100644 index 56357e7eb..000000000 --- a/target/linux/brcm47xx/patches-3.2/192-ssb-fix-per-path-sprom-vars.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/include/linux/ssb/ssb.h -+++ b/include/linux/ssb/ssb.h -@@ -19,7 +19,7 @@ struct ssb_driver; - struct ssb_sprom_core_pwr_info { - u8 itssi_2g, itssi_5g; - u8 maxpwr_2g, maxpwr_5gl, maxpwr_5g, maxpwr_5gh; -- u16 pa_2g[3], pa_5gl[3], pa_5g[3], pa_5gh[3]; -+ u16 pa_2g[4], pa_5gl[4], pa_5g[4], pa_5gh[4]; - }; - - struct ssb_sprom { |