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

Commit 77c2061d authored by Walter Goldens's avatar Walter Goldens Committed by John W. Linville
Browse files

wireless: fix several minor description typos

parent aed8e1f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -715,7 +715,7 @@ ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode,

		/* Only one curve for RF5111
		 * find out which one and place
		 * in in pd_curves.
		 * in pd_curves.
		 * Note: ee_x_gain is reversed here */
		for (idx = 0; idx < AR5K_EEPROM_N_PD_CURVES; idx++) {

+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ struct ath9k_hw_version {
#define AR_GENTMR_BIT(_index)	(1 << (_index))

/*
 * Using de Bruijin sequence to to look up 1's index in a 32 bit number
 * Using de Bruijin sequence to look up 1's index in a 32 bit number
 * debruijn32 = 0000 0111 0111 1100 1011 0101 0011 0001
 */
#define debruijn32 0x077CB531U
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
 *   LMAC. If you look at LMAC commands you'll se that they
 *   are actually regular iwlwifi target commands encapsulated
 *   into a special UMAC command called UMAC passthrough.
 *   This is due to the fact the the host talks exclusively
 *   This is due to the fact the host talks exclusively
 *   to the UMAC and so there needs to be a special UMAC
 *   command for talking to the LMAC.
 *   This is how a wifi command is layed out:
+1 −1
Original line number Diff line number Diff line
@@ -666,7 +666,7 @@ void lbs_scan_worker(struct work_struct *work)
/**
 *  @brief Interpret a BSS scan response returned from the firmware
 *
 *  Parse the various fixed fields and IEs passed back for a a BSS probe
 *  Parse the various fixed fields and IEs passed back for a BSS probe
 *  response or beacon from the scan command.  Record information as needed
 *  in the scan table struct bss_descriptor for that entry.
 *
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ struct dblock {
} __attribute__ ((packed));

/*
 * Plug Data References are located in in the image after the last data
 * Plug Data References are located in the image after the last data
 * block.  They refer to areas in the adapter memory where the plug data
 * items with matching ID should be written.
 */
Loading