Skip to content
  • Vasanthakumar Thiagarajan's avatar
    ath10k: fill in wmi 10.4 command handlers for addba/delba debug commands · b2887410
    Vasanthakumar Thiagarajan authored
    
    
    WMI 10.4 uses the same command interface as QCA988X for addba/delba
    debug wmi commands. Fill wmi_10_4_ops table with the functions used
    for QCA988X for these commands.
    
    With this change, the following debugfs entries can be used to
    configure the aggregation mode and to send addba request,
    addba response and delba respectively in manual aggregation mode
    for QCA99X0 chip.
    
    /sys/kernel/debug/ieee80211/phyX/netdev:wlanX/stations/XX:XX:XX:XX:XX:XX/aggr_mode
    /sys/kernel/debug/ieee80211/phyX/netdev:wlanX/stations/XX:XX:XX:XX:XX:XX/addba
    /sys/kernel/debug/ieee80211/phyX/netdev:wlanX/stations/XX:XX:XX:XX:XX:XX/addba_resp
    /sys/kernel/debug/ieee80211/phyX/netdev:wlanX/stations/XX:XX:XX:XX:XX:XX/delba
    
    Signed-off-by: default avatarVasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
    Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
    b2887410