mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 16:46:23 +08:00
staging: trivial: fix typo "seperate"
s/seperate/separate Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Cc: Jiri Kosina <trivial@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
83d4b7eb5f
commit
935e99fb07
@ -62,7 +62,7 @@ struct i8254_struct {
|
|||||||
#define I8254_CTRL 3
|
#define I8254_CTRL 3
|
||||||
|
|
||||||
struct das08_private_struct {
|
struct das08_private_struct {
|
||||||
unsigned int do_mux_bits; /* bits for do/mux register on boards without seperate do register */
|
unsigned int do_mux_bits; /* bits for do/mux register on boards without separate do register */
|
||||||
unsigned int do_bits; /* bits for do register on boards with register dedicated to digital out only */
|
unsigned int do_bits; /* bits for do register on boards with register dedicated to digital out only */
|
||||||
const unsigned int *pg_gainlist;
|
const unsigned int *pg_gainlist;
|
||||||
struct pci_dev *pdev; /* struct for pci-das08 */
|
struct pci_dev *pdev; /* struct for pci-das08 */
|
||||||
|
@ -3828,7 +3828,7 @@ void vfe_camif_config(struct vfe_cmd_camif_config *in)
|
|||||||
ctrl->vfeImaskLocal.camifEpoch2Irq = 1;
|
ctrl->vfeImaskLocal.camifEpoch2Irq = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* save the content to program CAMIF_CONFIG seperately. */
|
/* save the content to program CAMIF_CONFIG separately. */
|
||||||
ctrl->vfeCamifConfigLocal.camifCfgFromCmd = in->camifConfig;
|
ctrl->vfeCamifConfigLocal.camifCfgFromCmd = in->camifConfig;
|
||||||
|
|
||||||
/* EFS_Config */
|
/* EFS_Config */
|
||||||
|
@ -603,7 +603,7 @@ int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx)
|
|||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(oslec_update);
|
EXPORT_SYMBOL_GPL(oslec_update);
|
||||||
|
|
||||||
/* This function is seperated from the echo canceller is it is usually called
|
/* This function is separated from the echo canceller is it is usually called
|
||||||
as part of the tx process. See rx HP (DC blocking) filter above, it's
|
as part of the tx process. See rx HP (DC blocking) filter above, it's
|
||||||
the same design.
|
the same design.
|
||||||
|
|
||||||
|
@ -322,7 +322,7 @@ struct rt_trigger_eventa {
|
|||||||
u8 BSSID[6];
|
u8 BSSID[6];
|
||||||
u8 RegClass; /* Regulatory Class */
|
u8 RegClass; /* Regulatory Class */
|
||||||
u16 Channel;
|
u16 Channel;
|
||||||
unsigned long CDCounter; /* Maintain a seperate count down counter for each Event A. */
|
unsigned long CDCounter; /* Maintain a separate count down counter for each Event A. */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 20/40 trigger event table */
|
/* 20/40 trigger event table */
|
||||||
|
@ -1846,7 +1846,7 @@ struct ieee80211_device {
|
|||||||
spinlock_t bw_spinlock;
|
spinlock_t bw_spinlock;
|
||||||
|
|
||||||
spinlock_t reorder_spinlock;
|
spinlock_t reorder_spinlock;
|
||||||
// for HT operation rate set. we use this one for HT data rate to seperate different descriptors
|
// for HT operation rate set. we use this one for HT data rate to separate different descriptors
|
||||||
//the way fill this is the same as in the IE
|
//the way fill this is the same as in the IE
|
||||||
u8 Regdot11HTOperationalRateSet[16]; //use RATR format
|
u8 Regdot11HTOperationalRateSet[16]; //use RATR format
|
||||||
u8 dot11HTOperationalRateSet[16]; //use RATR format
|
u8 dot11HTOperationalRateSet[16]; //use RATR format
|
||||||
|
@ -2067,7 +2067,7 @@ struct ieee80211_device {
|
|||||||
spinlock_t bw_spinlock;
|
spinlock_t bw_spinlock;
|
||||||
|
|
||||||
spinlock_t reorder_spinlock;
|
spinlock_t reorder_spinlock;
|
||||||
// for HT operation rate set. we use this one for HT data rate to seperate different descriptors
|
// for HT operation rate set. we use this one for HT data rate to separate different descriptors
|
||||||
//the way fill this is the same as in the IE
|
//the way fill this is the same as in the IE
|
||||||
u8 Regdot11HTOperationalRateSet[16]; //use RATR format
|
u8 Regdot11HTOperationalRateSet[16]; //use RATR format
|
||||||
u8 dot11HTOperationalRateSet[16]; //use RATR format
|
u8 dot11HTOperationalRateSet[16]; //use RATR format
|
||||||
|
@ -802,7 +802,7 @@ MgntDisconnectIBSS(
|
|||||||
|
|
||||||
case RT_OP_MODE_IBSS:
|
case RT_OP_MODE_IBSS:
|
||||||
btMsr |= MSR_LINK_ADHOC;
|
btMsr |= MSR_LINK_ADHOC;
|
||||||
// led link set seperate
|
// led link set separate
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RT_OP_MODE_AP:
|
case RT_OP_MODE_AP:
|
||||||
@ -885,7 +885,7 @@ MlmeDisassociateRequest(
|
|||||||
|
|
||||||
case RT_OP_MODE_IBSS:
|
case RT_OP_MODE_IBSS:
|
||||||
btMsr |= MSR_LINK_ADHOC;
|
btMsr |= MSR_LINK_ADHOC;
|
||||||
// led link set seperate
|
// led link set separate
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RT_OP_MODE_AP:
|
case RT_OP_MODE_AP:
|
||||||
|
@ -407,7 +407,7 @@ rtl8192e_SetHwReg(struct net_device *dev,u8 variable,u8* val)
|
|||||||
|
|
||||||
case RT_OP_MODE_IBSS:
|
case RT_OP_MODE_IBSS:
|
||||||
btMsr |= MSR_ADHOC;
|
btMsr |= MSR_ADHOC;
|
||||||
// led link set seperate
|
// led link set separate
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RT_OP_MODE_AP:
|
case RT_OP_MODE_AP:
|
||||||
|
@ -1152,7 +1152,7 @@ struct ieee80211_device {
|
|||||||
spinlock_t reorder_spinlock;
|
spinlock_t reorder_spinlock;
|
||||||
/*
|
/*
|
||||||
* for HT operation rate set, we use this one for HT data rate to
|
* for HT operation rate set, we use this one for HT data rate to
|
||||||
* seperate different descriptors the way fill this is the same as
|
* separate different descriptors the way fill this is the same as
|
||||||
* in the IE
|
* in the IE
|
||||||
*/
|
*/
|
||||||
u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */
|
u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */
|
||||||
|
@ -882,7 +882,7 @@ phy_BB8192S_Config_ParaFile(struct net_device* dev)
|
|||||||
|
|
||||||
//
|
//
|
||||||
// 1. Read PHY_REG.TXT BB INIT!!
|
// 1. Read PHY_REG.TXT BB INIT!!
|
||||||
// We will seperate as 1T1R/1T2R/1T2R_GREEN/2T2R
|
// We will separate as 1T1R/1T2R/1T2R_GREEN/2T2R
|
||||||
//
|
//
|
||||||
if (priv->rf_type == RF_1T2R || priv->rf_type == RF_2T2R ||
|
if (priv->rf_type == RF_1T2R || priv->rf_type == RF_2T2R ||
|
||||||
priv->rf_type == RF_1T1R ||priv->rf_type == RF_2T2R_GREEN)
|
priv->rf_type == RF_1T1R ||priv->rf_type == RF_2T2R_GREEN)
|
||||||
|
@ -1795,7 +1795,7 @@ struct ieee80211_device {
|
|||||||
|
|
||||||
spinlock_t reorder_spinlock;
|
spinlock_t reorder_spinlock;
|
||||||
/* for HT operation rate set. we use this one for HT data rate to
|
/* for HT operation rate set. we use this one for HT data rate to
|
||||||
* seperate different descriptors
|
* separate different descriptors
|
||||||
* the way fill this is the same as in the IE
|
* the way fill this is the same as in the IE
|
||||||
*/
|
*/
|
||||||
u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */
|
u8 Regdot11HTOperationalRateSet[16]; /* use RATR format */
|
||||||
|
@ -1829,7 +1829,7 @@ struct ieee80211_device {
|
|||||||
spinlock_t bw_spinlock;
|
spinlock_t bw_spinlock;
|
||||||
|
|
||||||
spinlock_t reorder_spinlock;
|
spinlock_t reorder_spinlock;
|
||||||
// for HT operation rate set. we use this one for HT data rate to seperate different descriptors
|
// for HT operation rate set. we use this one for HT data rate to separate different descriptors
|
||||||
//the way fill this is the same as in the IE
|
//the way fill this is the same as in the IE
|
||||||
u8 Regdot11HTOperationalRateSet[16]; //use RATR format
|
u8 Regdot11HTOperationalRateSet[16]; //use RATR format
|
||||||
u8 dot11HTOperationalRateSet[16]; //use RATR format
|
u8 dot11HTOperationalRateSet[16]; //use RATR format
|
||||||
|
@ -84,7 +84,7 @@ TABLE OF CONTENTS.
|
|||||||
the functions to interface to the Network Interface Card (NIC). The HCF
|
the functions to interface to the Network Interface Card (NIC). The HCF
|
||||||
provides for all WaveLAN NIC types one standard interface to the MSF.
|
provides for all WaveLAN NIC types one standard interface to the MSF.
|
||||||
This I/F is called the Wireless Connection Interface (WCI) and is the
|
This I/F is called the Wireless Connection Interface (WCI) and is the
|
||||||
subject of a seperate document (025726).
|
subject of a separate document (025726).
|
||||||
|
|
||||||
The HCF directory contains firmware images to allow the card to operate in
|
The HCF directory contains firmware images to allow the card to operate in
|
||||||
either station (STA) or Access Point (AP) mode. In the build process, the
|
either station (STA) or Access Point (AP) mode. In the build process, the
|
||||||
|
@ -654,7 +654,7 @@ int wvlan_uil_put_info( struct uilreq *urq, struct wl_private *lp )
|
|||||||
pLtv->u.u16[0] = CNV_INT_TO_LITTLE( pLtv->u.u16[0] );
|
pLtv->u.u16[0] = CNV_INT_TO_LITTLE( pLtv->u.u16[0] );
|
||||||
break;
|
break;
|
||||||
/* CFG_CNF_OWN_SSID currently same as CNF_DESIRED_SSID. Do we
|
/* CFG_CNF_OWN_SSID currently same as CNF_DESIRED_SSID. Do we
|
||||||
need seperate storage for this? */
|
need separate storage for this? */
|
||||||
//case CFG_CNF_OWN_SSID:
|
//case CFG_CNF_OWN_SSID:
|
||||||
case CFG_CNF_OWN_ATIM_WINDOW:
|
case CFG_CNF_OWN_ATIM_WINDOW:
|
||||||
lp->atimWindow = pLtv->u.u16[0];
|
lp->atimWindow = pLtv->u.u16[0];
|
||||||
|
@ -3940,7 +3940,7 @@ void wl_wext_event_mic_failed( struct net_device *dev )
|
|||||||
MLME-MICHAELMICFAILURE.indication(keyid=# broadcast/unicast addr=addr2)
|
MLME-MICHAELMICFAILURE.indication(keyid=# broadcast/unicast addr=addr2)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* NOTE: Format of MAC address (using colons to seperate bytes) may cause
|
/* NOTE: Format of MAC address (using colons to separate bytes) may cause
|
||||||
a problem in future versions of the supplicant, if they ever
|
a problem in future versions of the supplicant, if they ever
|
||||||
actually parse these parameters */
|
actually parse these parameters */
|
||||||
#if DBG
|
#if DBG
|
||||||
|
Loading…
Reference in New Issue
Block a user