搜索资源列表
madwifi-config
- madwifi驱动控制程序。利用linux 提供的ioctl等接口,实现了对atheros等芯片驱动的读写,可以修改无线模块的ssid等信息。-the ioctl program of madwifi. It implements some useful functons to modify parameters of wireless module.
character_hello
- 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c