diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-04-13 19:35:40 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-04-13 19:35:40 +0000 |
commit | 6af575967c780fa41029bdb64fdd68646ab516d1 (patch) | |
tree | bf5fa402a077278c773200cb2aa941cc0b9e6883 /target/linux/brcm47xx/patches-3.2/192-ssb-fix-per-path-sprom-vars.patch | |
parent | 3f240440c76765426018151ab3ea019547108326 (diff) | |
download | upstream-6af575967c780fa41029bdb64fdd68646ab516d1.tar.gz upstream-6af575967c780fa41029bdb64fdd68646ab516d1.tar.bz2 upstream-6af575967c780fa41029bdb64fdd68646ab516d1.zip |
kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing
SVN-Revision: 31278
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 56357e7ebf..0000000000 --- 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 { |