cfg80211: code rearrangement to avoid forward declarations
authorAmitkumar Karwar <akarwar@marvell.com>
Fri, 12 Oct 2012 04:03:33 +0000 (21:03 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 18 Oct 2012 07:01:26 +0000 (09:01 +0200)
commite8e27c668bf5977d9fe1a64d0b69598ff9e292b7
tree2e8b858f0b190edb6dba705cc386552f0b66e20e
parented47377154310fd2fd59d75fcdeb3d022344fb31
cfg80211: code rearrangement to avoid forward declarations

bss_release() and __cfg80211_unlink_bss() function definitions
are moved at the begining of the file. They are used in next
patch in this series.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/scan.c