From d6b41962b990a79ac3d42f92139cc92207f7b9e7 Mon Sep 17 00:00:00 2001 From: Christian B Date: Sun, 10 Feb 2019 02:05:31 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f26265f..06d82a0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ $ make install ### Using hostapd? Check the documents folder for more information on how to setup wpa_cli and hostapd support on these drivers.
For 802.11ac (high speed), the driver also needs to be loaded -with: "modprobe -r 88XXau" && "modprobe 88XXau rtw_vht_enable=2" +with:
"modprobe -r 88XXau" && "modprobe 88XXau rtw_vht_enable=2" ``` # For a bit more info on AP/STA mode configuration, see following links: - http://blog.fraggod.net/2017/04/27/wifi-hostapd-configuration-for-80211ac-networks.html @@ -58,10 +58,10 @@ $ cd rtl* ``` Package / Build dependencies (Kali) ``` -$ sudo apt-get install build-essential -$ sudo apt-get install bc -$ sudo apt-get install libelf-dev -$ sudo apt-get install linux-headers-`uname -r` +$ apt-get install build-essential +$ apt-get install bc +$ apt-get install libelf-dev +$ apt-get install linux-headers-`uname -r` ``` For Raspberry (RPI 2/3) you will need kernel sources ```