mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-18 13:36:23 +00:00
Merge branch 'master' of https://github.com/szehl/ath9k-hmac
This commit is contained in:
commit
cc8cf635f1
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user