diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-03-23 12:45:19 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-03-23 12:45:19 +0000 |
commit | a86b430a8502af6b82eef213feefdf6d72a21063 (patch) | |
tree | 480edf853288148a1337ec7444d493b5e6c0d1c8 /package/kernel/mwlwifi/patches | |
parent | 5be4f2b5b84656223f2b3d7bf6cfed8150ef4164 (diff) | |
download | upstream-a86b430a8502af6b82eef213feefdf6d72a21063.tar.gz upstream-a86b430a8502af6b82eef213feefdf6d72a21063.tar.bz2 upstream-a86b430a8502af6b82eef213feefdf6d72a21063.zip |
mwlwifi: update to the new revision
Adds client mode support and fixes for Apple devices
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44950
Diffstat (limited to 'package/kernel/mwlwifi/patches')
-rw-r--r-- | package/kernel/mwlwifi/patches/001-pwrtable_path.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kernel/mwlwifi/patches/001-pwrtable_path.patch b/package/kernel/mwlwifi/patches/001-pwrtable_path.patch deleted file mode 100644 index 99c4ba6bdb..0000000000 --- a/package/kernel/mwlwifi/patches/001-pwrtable_path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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] = { - |