Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236394
b: refs/heads/master
c: 8ada0be
h: refs/heads/master
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent f381307 commit 878a368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0bf97bb1cff7204111c479c899dae30823314761
refs/heads/master: 8ada0be34014565dc4e57d1194d18594a5bcd161
3 changes: 2 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/wlc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6613,7 +6613,8 @@ wlc_dotxstatus(struct wlc_info *wlc, tx_status_t *txs, u32 frm_tx2)
tx_info = IEEE80211_SKB_CB(p);
h = (struct ieee80211_hdr *)((u8 *) (txh + 1) + D11_PHY_HDR_LEN);

scb = (struct scb *)tx_info->control.sta->drv_priv;
if (tx_info->control.sta)
scb = (struct scb *)tx_info->control.sta->drv_priv;

if (N_ENAB(wlc->pub)) {
u8 *plcp = (u8 *) (txh + 1);
Expand Down

0 comments on commit 878a368

Please sign in to comment.