From: Amitkumar Karwar Date: Thu, 11 Aug 2011 01:53:57 +0000 (-0700) Subject: mwifiex: use cfg80211 dynamic scan table and cfg80211_get_bss API X-Git-Tag: v3.2-rc1~129^2~422^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c6fa2a843c5ac0f8e3e4bf679cee9c93d5e3437;p=pandora-kernel.git mwifiex: use cfg80211 dynamic scan table and cfg80211_get_bss API Instead of maintaining static scan table in driver, scan list is sent to cfg80211 stack (after parsing each scan command response). In assoc handler (for infra and ibss network) requested BSS information is retrieved using cfg80211_get_bss() API. With the changes above some redundant code are removed. Signed-off-by: Amitkumar Karwar Signed-off-by: Yogesh Ashok Powar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed