File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1348,15 +1348,15 @@ static u32 ieee80211_handle_pwr_constr(struct ieee80211_sub_if_data *sdata,
1348
1348
*/
1349
1349
if (has_80211h_pwr &&
1350
1350
(!has_cisco_pwr || pwr_level_80211h <= pwr_level_cisco )) {
1351
- sdata_info (sdata ,
1352
- "Limiting TX power to %d (%d - %d) dBm as advertised by %pM\n" ,
1353
- pwr_level_80211h , chan_pwr , pwr_reduction_80211h ,
1354
- sdata -> u .mgd .bssid );
1351
+ sdata_dbg (sdata ,
1352
+ "Limiting TX power to %d (%d - %d) dBm as advertised by %pM\n" ,
1353
+ pwr_level_80211h , chan_pwr , pwr_reduction_80211h ,
1354
+ sdata -> u .mgd .bssid );
1355
1355
new_ap_level = pwr_level_80211h ;
1356
1356
} else { /* has_cisco_pwr is always true here. */
1357
- sdata_info (sdata ,
1358
- "Limiting TX power to %d dBm as advertised by %pM\n" ,
1359
- pwr_level_cisco , sdata -> u .mgd .bssid );
1357
+ sdata_dbg (sdata ,
1358
+ "Limiting TX power to %d dBm as advertised by %pM\n" ,
1359
+ pwr_level_cisco , sdata -> u .mgd .bssid );
1360
1360
new_ap_level = pwr_level_cisco ;
1361
1361
}
1362
1362
You can’t perform that action at this time.
0 commit comments