commit | 2de9ad0b0de253358c0bef343c7032f2a0e17b7b | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Feb 21 16:39:38 2022 +0800 |
committer | developer <developer@mediatek.com> | Mon Feb 21 20:13:48 2022 +0800 |
tree | b46b059f6bd0521a5cda9f1624f98cb2fba876b4 | |
parent | a2c52f54b58508603d6f59b9e765f9abc4e602b0 [diff] [blame] |
[][Add mwctl support for mtk opensource/proprietary driver] [Description] Add mwctl support for mtk opensource/proprietary driver, mwctl is used to replace iwpriv and mt76-vendor tools, mwctl uses nl80211 to communicate with driver. [Release-log] Change-Id: If6deb6bfb9582212fa6ea8e5e589b478d206a383 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/5648065
diff --git a/feed/mwctl/src/iwpriv_compat.h b/feed/mwctl/src/iwpriv_compat.h new file mode 100755 index 0000000..c376594 --- /dev/null +++ b/feed/mwctl/src/iwpriv_compat.h
@@ -0,0 +1,7 @@ +#ifndef __IWPRIV_COMPAT_H +#define __IWPRIV_COMPAT_H + +int handle_set_command(struct nl_msg *msg, int argc, + char **argv, void *ctx); + +#endif