hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/staging/wlan-ng/prism2mgmt.c
....@@ -228,8 +228,8 @@
228228 __le16 wordbuf[17];
229229
230230 result = hfa384x_drvr_setconfig16(hw,
231
- HFA384x_RID_CNFROAMINGMODE,
232
- HFA384x_ROAMMODE_HOSTSCAN_HOSTROAM);
231
+ HFA384x_RID_CNFROAMINGMODE,
232
+ HFA384x_ROAMMODE_HOSTSCAN_HOSTROAM);
233233 if (result) {
234234 netdev_err(wlandev->netdev,
235235 "setconfig(ROAMINGMODE) failed. result=%d\n",
....@@ -275,8 +275,8 @@
275275 }
276276 /* ibss options */
277277 result = hfa384x_drvr_setconfig16(hw,
278
- HFA384x_RID_CREATEIBSS,
279
- HFA384x_CREATEIBSS_JOINCREATEIBSS);
278
+ HFA384x_RID_CREATEIBSS,
279
+ HFA384x_CREATEIBSS_JOINCREATEIBSS);
280280 if (result) {
281281 netdev_err(wlandev->netdev,
282282 "Failed to set CREATEIBSS.\n");
....@@ -1167,8 +1167,8 @@
11671167 if (hw->presniff_port_type != 0) {
11681168 word = hw->presniff_port_type;
11691169 result = hfa384x_drvr_setconfig16(hw,
1170
- HFA384x_RID_CNFPORTTYPE,
1171
- word);
1170
+ HFA384x_RID_CNFPORTTYPE,
1171
+ word);
11721172 if (result) {
11731173 netdev_dbg
11741174 (wlandev->netdev,
....@@ -1209,8 +1209,8 @@
12091209 }
12101210 /* Save the wepflags state */
12111211 result = hfa384x_drvr_getconfig16(hw,
1212
- HFA384x_RID_CNFWEPFLAGS,
1213
- &hw->presniff_wepflags);
1212
+ HFA384x_RID_CNFWEPFLAGS,
1213
+ &hw->presniff_wepflags);
12141214 if (result) {
12151215 netdev_dbg
12161216 (wlandev->netdev,
....@@ -1259,8 +1259,8 @@
12591259 /* Set the port type to pIbss */
12601260 word = HFA384x_PORTTYPE_PSUEDOIBSS;
12611261 result = hfa384x_drvr_setconfig16(hw,
1262
- HFA384x_RID_CNFPORTTYPE,
1263
- word);
1262
+ HFA384x_RID_CNFPORTTYPE,
1263
+ word);
12641264 if (result) {
12651265 netdev_dbg
12661266 (wlandev->netdev,
....@@ -1276,8 +1276,8 @@
12761276 HFA384x_WEPFLAGS_DISABLE_RXCRYPT;
12771277 result =
12781278 hfa384x_drvr_setconfig16(hw,
1279
- HFA384x_RID_CNFWEPFLAGS,
1280
- word);
1279
+ HFA384x_RID_CNFWEPFLAGS,
1280
+ word);
12811281 }
12821282
12831283 if (result) {