#ifndef __ACPI_REBOOT_H #define __ACPI_REBOOT_H #ifdef CONFIG_ACPI extern void acpi_reboot(void); #else static inline void acpi_reboot(void) { } #endif #endif anz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm/core.c
ect name='dt' onchange='this.form.submit();'>
AgeCommit message (Expand)AuthorFilesLines
authorLior David <qca_liord@qca.qualcomm.com>2017-01-20 13:49:51 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2017-01-27 19:49:55 +0200
commit9d865ee232eccf51950b16f223f4130f7dc06e0f (patch)
tree2109e33008c97abd1b12f5db2200184d4640a692
parenta52fb913aee97149f5986fd001a424e68c096d19 (diff)
wil6210: report association ID (AID) per station in debugfs
Add reporting of the association ID (AID) for each station as part of the stations file in the debugfs. Valid AID values are 1-254. 0 is reported if the AID is unknown or not reported by firmware. Signed-off-by: Lior David <qca_liord@qca.qualcomm.com> Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat
-rw-r--r--drivers/net/wireless/ath/wil6210/debugfs.c4
-rw-r--r--drivers/net/wireless/ath/wil6210/wil6210.h1
-rw-r--r--drivers/net/wireless/ath/wil6210/wmi.c5
3 files changed, 7 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/wil6210/debugfs.c b/drivers/net/wireless/ath/wil6210/debugfs.c