summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/cfg80211.c
diff options
context:
space:
mode:
authorAmitkumar Karwar2011-11-08 06:41:11 +0100
committerJohn W. Linville2011-11-11 18:32:48 +0100
commitf72fa45f7d3e3ec627b62fed2e3451f5a597914d (patch)
tree6851fdc11b3a80327514683e346fe5581d92bfae /drivers/net/wireless/mwifiex/cfg80211.c
parentmwifiex: fix 'Smatch' warnings (diff)
downloadkernel-qcow2-linux-f72fa45f7d3e3ec627b62fed2e3451f5a597914d.tar.gz
kernel-qcow2-linux-f72fa45f7d3e3ec627b62fed2e3451f5a597914d.tar.xz
kernel-qcow2-linux-f72fa45f7d3e3ec627b62fed2e3451f5a597914d.zip
mwifiex: remove unnecessary free_priv handler
Cfg80211 stack allocates private area for driver use in struct cfg80211_bss. It will be freed by stack in bss_release(). Driver don't need to worry about it. In mwifiex driver, we use the private area just to store band information(u8). We don't allocate memory explicitly and store it's pointer in bss->priv. Hence we don't have any cleanup work to do in free_priv handler. Currently we try to free the allocated private area in free_priv handler which is not correct. This patch removes unnecessary free_priv handler. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/cfg80211.c')
0 files changed, 0 insertions, 0 deletions