commit | 0b39aaf2f2035b1c42b805a786a8b42f7501b82f | [log] [tgz] |
---|---|---|
author | Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | Mon Jun 16 19:36:59 2014 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jun 19 15:49:23 2014 -0400 |
tree | 07512595306e2dfef071973004ff19c4413a36d6 | |
parent | e8c58e7a5a106c3d557fccd01cd4d1128f9bab38 [diff] |
wil6210: Tx mgmt frame from debugfs Provide 2 files on the debugfs: - "rxon": write channel (1..4) to open Rx on it, 0 to rxoff - "tx_mgmt": write binary frame, starting from MAC header one need to care about turning receiver on/off before/after tx_mgmt Correct sequence is: echo $channel > rxon cat mfmt_frame > tx_mgmt echo 0 > rxon Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>