This commit is contained in:
Sven Zehl 2017-02-09 18:15:17 +01:00
commit cc8cf635f1
2 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,7 @@ cd ~; mkdir hmac; cd hmac; git clone https://github.com/szehl/ath9k-hmac.git;
```
### Install 3.12 kernel:
```
chmod +x ath9k-hmac/install_3.12_kernel.sh; ath9k-hmac/install_3.12_kernel.sh
chmod +x ath9k-hmac/install_3.12_kernel.sh; ath9k-hmac/install_3.12_kernel.sh; sudo update-grub2;
```
Now reboot machine and choose 3.12 kernel during boot in the grub menu.

View File

@ -36,7 +36,9 @@ if __name__ == "__main__":
# configuration of hybrid MAC
dstHWAddr = "34:13:e8:24:77:be" # STA destination MAC address
total_slots = 10
slot_duration = 20000
slot_duration = 10000 # depending on slotduration and number of client stas the
# AP serves you have to update the buffer size using ATH_MAX_QDEPTH in ath9k source
# e.g. increase ATH_TXBUF if more traffic has to be buffered, otherwise ath9k will crash.
iface = 'wlan0'
# create new MAC for local node