]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723au: rtw_cfg80211_inform_bss(): Use cfg80211_inform_bss()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 19 Jun 2014 09:37:17 +0000 (11:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 20:08:50 +0000 (13:08 -0700)
commitc27bb10436022cd0b4bde1a19217aee125d3bf12
tree2bbee50a2d42d0ec04684386e27e72e6442e24b9
parent3922d407a0fcee99a3ec965fdb8f0053fc56ba31
staging: rtl8723au: rtw_cfg80211_inform_bss(): Use cfg80211_inform_bss()

There is no point in creating a fake beacon frame to call
cfg80211_inform_bss_frame() when we can just call
cfg80211_inform_bss() with the parameters we were sticking into the
fake frame.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c