diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-12-25 22:26:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-12-25 22:26:43 +0000 |
commit | 08b592673a843cd9878fa9fa6f562703533e39d3 (patch) | |
tree | afe5bc2c25e41c37a3719efc2a6f6a6a2e4ddea4 /package/kernel/mwlwifi/patches | |
parent | 4746ffd7a6c061d1c771502aa3eed67b936d202a (diff) | |
download | upstream-08b592673a843cd9878fa9fa6f562703533e39d3.tar.gz upstream-08b592673a843cd9878fa9fa6f562703533e39d3.tar.bz2 upstream-08b592673a843cd9878fa9fa6f562703533e39d3.zip |
Marvell 88W8864 open source mac80211 driver
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43772
Diffstat (limited to 'package/kernel/mwlwifi/patches')
-rw-r--r-- | package/kernel/mwlwifi/patches/001-pwrtable_path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kernel/mwlwifi/patches/001-pwrtable_path.patch b/package/kernel/mwlwifi/patches/001-pwrtable_path.patch new file mode 100644 index 0000000000..99c4ba6bdb --- /dev/null +++ b/package/kernel/mwlwifi/patches/001-pwrtable_path.patch @@ -0,0 +1,11 @@ +--- a/mwl_main.c ++++ b/mwl_main.c +@@ -72,7 +72,7 @@ static long atohex2(const char *number); + */ + + static char fw_image_path[FILE_PATH_LEN] = "88W8864.bin"; +-static char pwr_tbl_path[FILE_PATH_LEN] = "PWR_TABLE.ini"; ++static char pwr_tbl_path[FILE_PATH_LEN] = "/lib/firmware/Mamba_FCC_v1.2_5G4TX.ini"; + + static struct pci_device_id mwl_pci_id_tbl[SYSADPT_MAX_CARDS_SUPPORT + 1] = { + |