Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c15cf5fc authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville
Browse files

mac80211: fix typo for LDPC capability

parent 39184b15
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -176,7 +176,7 @@ static ssize_t sta_ht_capa_read(struct file *file, char __user *userbuf,
	if (htc->ht_supported) {
	if (htc->ht_supported) {
		p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.4x\n", htc->cap);
		p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.4x\n", htc->cap);


		PRINT_HT_CAP((htc->cap & BIT(0)), "RX LDCP");
		PRINT_HT_CAP((htc->cap & BIT(0)), "RX LDPC");
		PRINT_HT_CAP((htc->cap & BIT(1)), "HT20/HT40");
		PRINT_HT_CAP((htc->cap & BIT(1)), "HT20/HT40");
		PRINT_HT_CAP(!(htc->cap & BIT(1)), "HT20");
		PRINT_HT_CAP(!(htc->cap & BIT(1)), "HT20");