Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235745
b: refs/heads/master
c: e2ad908
h: refs/heads/master
i:
  235743: a6dd7b9
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Jan 31, 2011
1 parent 40910ae commit 2981d36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6be02be5f95269978e033345d9938066f157c6bf
refs/heads/master: e2ad9082eb8c88793a9aa1475b28932d48ce7a7e
4 changes: 2 additions & 2 deletions trunk/drivers/staging/ath6kl/os/linux/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ ar6k_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev,
{
AR_SOFTC_T *ar = (AR_SOFTC_T *)ar6k_priv(ndev);
int ret = 0;
A_BOOL forceFgScan = FALSE;
A_UINT32 forceFgScan = 0;

AR_DEBUG_PRINTF(ATH_DEBUG_INFO, ("%s: \n", __func__));

Expand Down Expand Up @@ -765,7 +765,7 @@ ar6k_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev,
}

if(ar->arConnected) {
forceFgScan = TRUE;
forceFgScan = 1;
}

if(wmi_startscan_cmd(ar->arWmi, WMI_LONG_SCAN, forceFgScan, FALSE, \
Expand Down

0 comments on commit 2981d36

Please sign in to comment.