File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ pub struct Nl80211SurveyGetRequest {
15
15
}
16
16
17
17
impl Nl80211SurveyGetRequest {
18
- pub ( crate ) fn new ( handle : Nl80211Handle , attributes : Vec < Nl80211Attr > ) -> Self {
18
+ pub ( crate ) fn new (
19
+ handle : Nl80211Handle ,
20
+ attributes : Vec < Nl80211Attr > ,
21
+ ) -> Self {
19
22
Self { handle, attributes }
20
23
}
21
24
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ impl Nl80211Survey {
19
19
}
20
20
21
21
impl Nl80211AttrsBuilder < Nl80211Survey > {
22
- /// Request overall radio statistics to be returned along with other survey data
22
+ /// Request overall radio statistics to be returned along with other survey
23
+ /// data
23
24
pub fn radio ( self , value : bool ) -> Self {
24
25
if value {
25
26
self . replace ( Nl80211Attr :: SurveyRadioStats )
You can’t perform that action at this time.
0 commit comments