mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43772 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
386 B
Diff
12 lines
386 B
Diff
--- 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] = {
|
|
|