• V
    wil6210: rework debugfs for BACK · 49cb5dfb
    Vladimir Kondratiev 提交于
    Enable more flexible control over block ack:
    - allow addba for any Tx vring
    - allow to specify block ack timeout
    - allow to delba for Tx or Rx side of any agreement; with reason
    
    Renamed "addba" entry to "back"; it prints short help when read;
    write:
     - "add <ringid> <agg_size> <timeout>" to trigger ADDBA
    If missing, <timeout> defaults to 0
     - "del_tx <ringid> <reason>" to trigger DELBA for Tx side
     - "del_rx <CID> <TID> <reason>" to trigger DELBA for Rx side
    If missing, <reason> set to "STA_LEAVING" (36)
    Signed-off-by: NVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
    Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
    49cb5dfb
debugfs.c 34.7 KB