From fdf9f758b967c9e1424d88406350dd3fa0a3cb45 Mon Sep 17 00:00:00 2001 From: szehl Date: Mon, 26 Sep 2016 18:04:14 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 588ca5f..58d7e79 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,17 @@ If the output is something like: ``` Everything went well. +## HOW TO USE ATH9k HMAC +First you have to compile the hmac_userspace_daemon. +If you installed the ATH9k HMAC driver with the 3 step manual, you can simply use: +``` +cd ~/hmac/ath9k-hmac/hmac_userspace_daemon; make; +``` +Otherwise make sure that the file hmac_userspace_daemon/hybrid_tdma_csma_mac.c includes the correct nl80211.h you used during building the ATH9k HTDMA driver. + + +#ATH9k Advanced Configuration + ## How to install HMAC on other Linux distributions and Kernels: Go to https://www.kernel.org/pub/linux/kernel/projects/backports/stable @@ -101,13 +112,6 @@ If the output is something like: ``` Everything went well. -## HOW TO USE ATH9k HMAC -First you have to compile the hmac_userspace_daemon. -If you installed the ATH9k HMAC driver with the 3 step manual, you can simply use: -``` -cd ~/hmac/ath9k-hmac/hmac_userspace_daemon; make; -``` -Otherwise make sure that the file hmac_userspace_daemon/hybrid_tdma_csma_mac.c includes the correct nl80211.h you used during building the ATH9k HTDMA driver. ## Steer ATH9K HMAC driver directly (without Python Wrapper) This can also be used as a first functional test without the Python wrapper. Just execute the following line in the hmac_userspace_daemon folder (replace wlan0 with your ATH9k WiFi interface, take sure it is up and rfkill is disabled (e.g. sudo rfkill unblock all)):