Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhhaurlin committed Jun 8, 2017
1 parent 4cc9b09 commit 22d08c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -54,6 +54,7 @@ d. make V=s (-jx)
marvell,chainmask = <4 4>; => Specify antenna number, default is 4x4. For WRT1200AC, you must set these values to 2x2.

marvell,powertable => Specify external power table. If your device needs external power table, you must provide the power table via this parameter, otherwise the Tx power will be pretty low.

root@lede:/# cat /sys/kernel/debug/ieee80211/phy0/mwlwifi/info

power table loaded from dts: no
Expand All @@ -64,6 +65,6 @@ d. make V=s (-jx)

* The way to change interrupt to different CPU cores:

root@lede:/# echo 1 > /proc/irq/irq number of phy0 or phy1/smp_affinity => use CPU0
root@lede:/# echo 1 > /proc/irq/irq number of phy0 or phy1/smp_affinity => use CPU0

root@lede:/# echo 2 > /proc/irq/irq number of phy0 or phy1/smp_affinity => use CPU1
root@lede:/# echo 2 > /proc/irq/irq number of phy0 or phy1/smp_affinity => use CPU1

0 comments on commit 22d08c4

Please sign in to comment.