Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266051
b: refs/heads/master
c: cabb81c
h: refs/heads/master
i:
  266049: 389ba7f
  266047: e3db1ea
v: v3
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Aug 25, 2011
1 parent e78981b commit f797cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9eb8cbe77139470651c858b8b7a3d20d332cf47
refs/heads/master: cabb81c9a8d8dd7e5f220244246332ab24ef6d80
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/wl12xx/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,7 @@ static int wl1271_boot_upload_nvs(struct wl1271 *wl)
*/
if (wl->nvs_len == sizeof(struct wl1271_nvs_file) ||
wl->nvs_len == WL1271_INI_LEGACY_NVS_FILE_SIZE) {
/* for now 11a is unsupported in AP mode */
if (wl->bss_type != BSS_TYPE_AP_BSS &&
nvs->general_params.dual_mode_select)
if (nvs->general_params.dual_mode_select)
wl->enable_11a = true;
}

Expand Down

0 comments on commit f797cc2

Please sign in to comment.