LQR (Link Quality Report) support is now optional

This commit is contained in:
Sylvain Rochet
2012-06-03 14:02:25 +02:00
parent 5464ed6661
commit 05817aa3b9
5 changed files with 45 additions and 2 deletions

View File

@@ -1748,6 +1748,13 @@
#define ECP_SUPPORT 0
#endif
/**
* LQR_SUPPORT==1: Support Link Quality Report. Do nothing except exchanging some LCP packets.
*/
#ifndef LQR_SUPPORT
#define LQR_SUPPORT 0
#endif
/**
* VJ_SUPPORT==1: Support VJ header compression.
*/