diederikdehaas / rtl8812AU

Realtek 8812AU USB WiFi driver
Other
475 stars 177 forks source link

Noise Floor value for channels #23

Open chandrakanttripathi opened 8 years ago

chandrakanttripathi commented 8 years ago

After going through code it seems that Noise floor calculation related code are present in driver/hal/OUTSRC/phydm_NoiseMonitor.c file. But I think that it is not completed. Is there any way to get noise floor values for channels. For my Realtek device I called "odm_InbandNoise_Monitor_NSeries" function which in turn always return -96 dBm. Upon going deep in this function, it seems it gets RF_PATH_A as -112 and RF_PATH_B as -81 and average of it is returned back which is -96. Is there any way to get noise floor from this code.