• V
    ath10k: fill in wmi 10.4 command handlers for addba/delba debug commands · b2887410
    Vasanthakumar Thiagarajan 提交于
    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: NVasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
    Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
    b2887410
wmi.c 222.0 KB