From: Rajkumar Manoharan Date: Mon, 12 Jan 2015 12:07:27 +0000 (+0200) Subject: ath10k: Implement sta_add_debugfs X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~10^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5045988b937e4801e3185f9d95c34a7c050b681;p=pandora-kernel.git ath10k: Implement sta_add_debugfs Add per station debugfs files when a station is added to mac80211's station list. This helps to group peer specific debugfs entries altogether. Right now this callback adds support to test aggregation procedures (addba/addba_resp/delba) manually. To enable automatic aggregation in target, echo 0 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/ stations/XX:XX:XX:XX:XX:XX/aggr_mode For manual mode, echo 1 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/ stations/XX:XX:XX:XX:XX:XX/aggr_mode Signed-off-by: Rajkumar Manoharan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed