Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219834
b: refs/heads/master
c: 2ae3b7e
h: refs/heads/master
v: v3
  • Loading branch information
Jason Cooper authored and Greg Kroah-Hartman committed Sep 14, 2010
1 parent 8f1126d commit ac9b2a8
Show file tree
Hide file tree
Showing 4 changed files with 4 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: a0e5ccd340ccb2cc9c87771609bafa1e2491770b
refs/heads/master: 2ae3b7ea9f8e7472d26ec317ce498466b0864871
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/phy/wlc_phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -23487,7 +23487,7 @@ wlc_phy_est_tonepwr_nphy(phy_info_t *pi, int32 *qdBm_pwrbuf, uint8 num_samps)

tssi_type =
CHSPEC_IS5G(pi->radio_chanspec) ?
(uint8) NPHY_RSSI_SEL_TSSI_5G : (uint8) NPHY_RSSI_SEL_TSSI_2G;
(uint8)NPHY_RSSI_SEL_TSSI_5G:(uint8)NPHY_RSSI_SEL_TSSI_2G;

wlc_phy_poll_rssi_nphy(pi, tssi_type, rssi_buf, num_samps);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/sys/wlc_key.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct wlc_bsscfg;

/* default key */
#define WSEC_BSS_DEFAULT_KEY(bsscfg) (((bsscfg)->wsec_index == -1) ? \
(struct wsec_key *)NULL : (bsscfg)->bss_def_keys[(bsscfg)->wsec_index])
(struct wsec_key *)NULL:(bsscfg)->bss_def_keys[(bsscfg)->wsec_index])

/* Macros for key management in IBSS mode */
#define WSEC_IBSS_MAX_PEERS 16 /* Max # of IBSS Peers */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/sys/wlc_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -3317,7 +3317,7 @@ _wlc_ioctl(wlc_info_t *wlc, int cmd, void *arg, int len, struct wlc_if *wlcif)
ASSERT(!(wlc->pub->hw_off && wlc->pub->up));

/* default argument is generic integer */
pval = arg ? (int *)arg : NULL;
pval = arg ? (int *)arg:NULL;

/* This will prevent the misaligned access */
if (pval && (uint32) len >= sizeof(val))
Expand Down

0 comments on commit ac9b2a8

Please sign in to comment.