sta_info.c (f3032be921cd126615ce3bfd7084e3d319f3f892) sta_info.c (6ef307bc561911c8cdda98ef3896b5982b602a43)
1/*
2 * Copyright 2002-2005, Instant802 Networks, Inc.
3 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */

--- 121 unchanged lines hidden (view full) ---

130 }
131
132 return NULL;
133}
134
135/**
136 * __sta_info_free - internal STA free helper
137 *
1/*
2 * Copyright 2002-2005, Instant802 Networks, Inc.
3 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */

--- 121 unchanged lines hidden (view full) ---

130 }
131
132 return NULL;
133}
134
135/**
136 * __sta_info_free - internal STA free helper
137 *
138 * @local: pointer to the global information
138 * @sta: STA info to free
139 *
140 * This function must undo everything done by sta_info_alloc()
141 * that may happen before sta_info_insert().
142 */
143static void __sta_info_free(struct ieee80211_local *local,
144 struct sta_info *sta)
145{

--- 645 unchanged lines hidden ---
139 * @sta: STA info to free
140 *
141 * This function must undo everything done by sta_info_alloc()
142 * that may happen before sta_info_insert().
143 */
144static void __sta_info_free(struct ieee80211_local *local,
145 struct sta_info *sta)
146{

--- 645 unchanged lines hidden ---