aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2016-01-02 17:22:18 +1100
committerDean Camera <dean@fourwalledcubicle.com>2016-01-02 17:22:18 +1100
commit25b2027544a69a31d11573631b21ff41a6e89784 (patch)
tree571716c9e6f524e89fb6f104c413f57425fd24f7 /Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
parent2fcd50ada8e0916d1ed5addb2567b4bfcee8497c (diff)
parenta86b502294ebda621fa8f3cce20a8238ea15eebc (diff)
downloadlufa-25b2027544a69a31d11573631b21ff41a6e89784.tar.gz
lufa-25b2027544a69a31d11573631b21ff41a6e89784.tar.bz2
lufa-25b2027544a69a31d11573631b21ff41a6e89784.zip
Merge branch 'master' into dmbs
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c')
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
index 08ec74aa9..be13ce277 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
+++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
@@ -380,7 +380,7 @@ static bool ProcessNDISSet(uint32_t OId, void* SetData, uint16_t SetSize)
CurrPacketFilter = *((uint32_t*)SetData);
/* Set the RNDIS state to initialized if the packet filter is non-zero */
- CurrRNDISState = ((CurrPacketFilter) ? RNDIS_Data_Initialized : RNDIS_Data_Initialized);
+ CurrRNDISState = ((CurrPacketFilter) ? RNDIS_Data_Initialized : RNDIS_Initialized);
return true;
case OID_802_3_MULTICAST_LIST: