/*****************************************************************************
*           I.MX6 AW-NB177NF p2p support
* 说明:
* 由于之前调试的过程中一直不能生成p2p的设备,所以无法进行Android层的调试。
* 以下是autoconf.h的diff文件。
*
* 2016-6-23 深圳 南山平山村 曾剑锋
****************************************************************************/ --- /home/myzr/Desktop/desk/autoconf.h -- ::50.000000000 +
+++ include/autoconf.h -- ::19.851722530 +
@@ -, +, @@
#define CONFIG_80211N_HT
#define CONFIG_RECV_REORDERING_CTRL -//#define CONFIG_IOCTL_CFG80211 // Set from Makefile
+#define CONFIG_IOCTL_CFG80211 // Set from Makefile
#ifdef CONFIG_IOCTL_CFG80211
/*
* Indecate new sta asoc through cfg80211_new_sta
@@ -51,7 +51,7 @@
* version < 3.2 but already apply cfg80211 patch,
* RTW_USE_CFG80211_STA_EVENT must be defiend!
*/
- //#define RTW_USE_CFG80211_STA_EVENT /* Indecate new sta asoc through cfg80211_new_sta */
+ #define RTW_USE_CFG80211_STA_EVENT /* Indecate new sta asoc through cfg80211_new_sta */
#ifndef CONFIG_PLATFORM_INTEL_BYT
#define CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER
#endif //!CONFIG_PLATFORM_INTEL_BYT
@@ -, +, @@ #define CONFIG_P2P_REMOVE_GROUP_INFO - //#define CONFIG_DBG_P2P
+ #define CONFIG_DBG_P2P
#define CONFIG_P2P_PS
- //#define CONFIG_P2P_IPS
+ #define CONFIG_P2P_IPS
#define CONFIG_P2P_OP_CHK_SOCIAL_CH
#define CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT //replace CONFIG_P2P_CHK_INVITE_CH_LIST flag
#define CONFIG_P2P_INVITE_IOT
@@ -, +, @@
#define CONFIG_TDLS_CH_SW /* Enable "CONFIG_TDLS_CH_SW" by default, however limit it to only work in wifi logo test mode but not in normal mode currently */
#endif -//#define CONFIG_CONCURRENT_MODE // Set from Makefile
+#define CONFIG_CONCURRENT_MODE // Set from Makefile
#ifdef CONFIG_CONCURRENT_MODE
//#define CONFIG_HWPORT_SWAP // Port0->Sec , Port1 -> Pri
#define CONFIG_RUNTIME_PORT_SWITCH
@@ -, +, @@
#define CONFIG_LAYER2_ROAMING
#define CONFIG_LAYER2_ROAMING_RESUME -//#define CONFIG_80211D
+#define CONFIG_80211D /*

I.MX6 AW-NB177NF p2p support的更多相关文章

  1. Android项目中的config.xml文件 “config.xml”

    Android应用程序需要保存一些配置时,可以将这些配置项放置到values/config.xml文件中. 实例分析: <?xml version="1.0" encodin ...

  2. dubbo开发者指南

    开发者指南 参与 流程 任务 版本管理 源码构建 框架设计 整体设计 模块分包 依赖关系 调用链 暴露服务时序 引用服务时序 领域模型 基本原则 扩展点加载 扩展点配置 扩展点自动包装 扩展点自动装配 ...

  3. Linux内核配置选项

    http://blog.csdn.net/wdsfup/article/details/52302142 http://www.manew.com/blog-166674-12962.html Gen ...

  4. Chrome Canary crashed bug

    Chrome Canary crashed bug Aw, Snap https://support.google.com/chrome/?p=e_awsnap clear cache, 使用隐身模式 ...

  5. 深入linux kernel内核配置选项

    ============================================================================== 深入linux kernel内核配置选项 ...

  6. I.MX6 support eMMC 5.0

    /***************************************************************************** * I.MX6 support eMMC ...

  7. I.MX6 Ethernet UI patch failed

    /*********************************************************************** * I.MX6 Ethernet UI patch f ...

  8. I.MX6 KEY_ROW4 can't as GPIO pin

    /********************************************************************** * I.MX6 KEY_ROW4 can't as GP ...

  9. I.MX6 mfgtool2-android-mx6q-sabresd-emmc.vbs hacking

    /******************************************************************** * I.MX6 mfgtool2-android-mx6q- ...

随机推荐

  1. (3)Swing常用组件

    JTextField-文本框 继承自javax.swing.text.JTextComponent类

  2. FastMM使用详解

    FastMM使用详解 一.引言      FastMM 是适用于delphi的第三方内存管理器,在国外已经是大名鼎鼎,在国内也有许多人在使用或者希望使用,就连 Borland 也在delphi2007 ...

  3. 小窥React360——用React创建360全景VR体验

    前言    混迹VR届的发烧友兼开发者们一定不要错过这款FaceBook推出的跨端VR开发框架——React360,称为360全景体验框架更为准确,因为其前身是FaceBook和Oculus2017年 ...

  4. SpringBoot中mybatis的自动生成

    1.在pom文件中加入自动生成的插件 <!-- mybatis generator 自动生成代码插件 --> <plugin> <groupId>org.mybat ...

  5. NIO与传统IO的区别(形象比喻)[转]

    传统的socket IO中,需要为每个连接创建一个线程,当并发的连接数量非常巨大时,线程所占用的栈内存和CPU线程切换的开销将非常巨大.使用NIO,不再需要为每个线程创建单独的线程,可以用一个含有限数 ...

  6. 【TFS】TFS2015链接TFS出现TF31002/TF400324问题解决方案

    安装VS2015后链接TFS发现出现TF31002错误,然后用浏览器打开TFS URL能正常访问,在TFS online中点击用vs打开按钮,提示TF400324错误 1. VS2015中打开: 2. ...

  7. JavaScript 函数作用域的“提升”现象

    在JavaScript当中,定义变量通过var操作符+变量名.但是不加 var 操作符,直接赋值也是可以的.例如 : message = "hello JavaScript ! " ...

  8. IOS界面调试神器DCIntrospect

    对于使用代码来写UI的同志,使用DCIntrospect来查看元素信息调整布局,再也不用凭眼睛来估了,先来看看截图 DCIntrospect是github上的开源项目:下载源码 大概介绍下用法: DC ...

  9. nsmutablestring 属性声明为copy程序崩溃了

    obj.mutableStr = (NSMutableString *)[[NSMutableString alloc] initWithString:@"Hello"]; NSL ...

  10. Android中怎样自己制作su

    本文原博客:http://hubingforever.blog.163.com/blog/static/171040579201372915716149/ 在Android源代码的system\ext ...