Update README.md

This commit is contained in:
szehl 2016-09-26 17:45:27 +02:00 committed by GitHub
parent 9c1055cae6
commit fa4d9db8af

View File

@ -102,4 +102,9 @@ 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.