Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6799
b: refs/heads/master
c: a8eef8a
h: refs/heads/master
i:
  6797: a0506f3
  6795: 80f148c
  6791: 052fbf4
  6783: 9ffc87e
v: v3
  • Loading branch information
Kalle Valo authored and Jeff Garzik committed Aug 28, 2005
1 parent 24ef829 commit c2cd2af
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6c5b90d2c84d557baed56e71729504b467ff3e5b
refs/heads/master: a8eef8a22232e64be76410100c52038b21bda7ed
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/hostap/hostap_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static int prism2_event(event_t event, int priority,
static int prism2_pccard_card_present(local_info_t *local)
{
struct hostap_cs_priv *hw_priv = local->hw_priv;
if (hw_priv->link != NULL &&
if (hw_priv != NULL && hw_priv->link != NULL &&
((hw_priv->link->state & (DEV_PRESENT | DEV_CONFIG)) ==
(DEV_PRESENT | DEV_CONFIG)))
return 1;
Expand Down

0 comments on commit c2cd2af

Please sign in to comment.