Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268724
b: refs/heads/master
c: 2a9b065
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Oct 5, 2011
1 parent 0857561 commit 19998b9
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 432 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: 36bd40db3c6355d11aeee6e8761dfd0a1fd2ffc7
refs/heads/master: 2a9b065c3de94c1c4d7416fce53183228594b5f3
1 change: 1 addition & 0 deletions trunk/drivers/staging/brcm80211/brcmsmac/aiutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ void ai_detach(struct si_pub *sih)
pcicore_deinit(sii->pch);
sii->pch = NULL;

srom_free_vars(sih);
kfree(sii);
}

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/brcm80211/brcmsmac/aiutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ struct si_info {

struct pcicore_info *pch; /* PCI/E core handle */

struct list_head var_list; /* list of srom variables */
char *vars;
uint varsz;

Expand Down
Loading

0 comments on commit 19998b9

Please sign in to comment.