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

Commit e707549a authored by Pavel Roskin's avatar Pavel Roskin Committed by John W. Linville
Browse files

ath9k: typo fix in a comment

parent f6351d48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -577,7 +577,7 @@ struct ath9k_vif_iter_data {
	int naps;      /* number of AP vifs */
	int nmeshes;   /* number of mesh vifs */
	int nstations; /* number of station vifs */
	int nwds;      /* number of nwd vifs */
	int nwds;      /* number of WDS vifs */
	int nadhocs;   /* number of adhoc vifs */
	int nothers;   /* number of vifs not specified above. */
};