From 186a04aa380dd43f711c095dc79983df1dd94ff2 Mon Sep 17 00:00:00 2001 From: Fomalhaut Weisszwerg Date: Sun, 5 Nov 2017 23:55:00 +0900 Subject: [PATCH] Update readme. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c5baf6..cacffa3 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ A few known wireless cards that use this driver include > sorry people with older kernels, the code is removed. > Upon request I can work towards making it backwards compatible. -Currently tested on X86_64 and ARM platform(s) **only**, -cross compile possible. +Currently tested with Linux kernel 4.13.10 on X86_64 platform **only**. For compiling type `make` @@ -37,7 +36,7 @@ This driver allows use of wpa_supplicant by using the nl80211 driver If installing on Rasberry Pi or other "armv71" devices, edit the Makefile and set `CONFIG_PLATFORM_ARM_RPI = y` and `CONFIG_PLATFORM_I386_PC = n` **STATUS** -Driver works fine (some sort of) +Driver basically works. Most of the work is done is cleaning the driver and make this mess **readable** for conversion. Updates for wireless-ext/cfg80211 are not accepted.