[mwlwifi]: Marvell 88W8864 open source mac80211 driver
[openwrt/svn-archive/archive.git] / package / kernel / mwlwifi / patches / 001-pwrtable_path.patch
1 --- a/mwl_main.c
2 +++ b/mwl_main.c
3 @@ -72,7 +72,7 @@ static long atohex2(const char *number);
4 */
5
6 static char fw_image_path[FILE_PATH_LEN] = "88W8864.bin";
7 -static char pwr_tbl_path[FILE_PATH_LEN] = "PWR_TABLE.ini";
8 +static char pwr_tbl_path[FILE_PATH_LEN] = "/lib/firmware/Mamba_FCC_v1.2_5G4TX.ini";
9
10 static struct pci_device_id mwl_pci_id_tbl[SYSADPT_MAX_CARDS_SUPPORT + 1] = {
11