From 168e0d4bdb8db4baf0e8062984341a11e918ced9 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 25 Dec 2014 22:26:43 +0000 Subject: [mwlwifi]: Marvell 88W8864 open source mac80211 driver Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43772 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/mwlwifi/patches/001-pwrtable_path.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/kernel/mwlwifi/patches/001-pwrtable_path.patch (limited to 'package/kernel/mwlwifi/patches') 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] = { + -- cgit v1.2.3