From: Johannes Berg Date: Wed, 28 Apr 2010 15:44:52 +0000 (-0700) Subject: iwlwifi: manage IBSS station properly X-Git-Tag: v2.6.35-rc1~473^2~42^2^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa61b2e793dad51271c7ce39377daade51261d7;p=pandora-kernel.git iwlwifi: manage IBSS station properly Currently iwlwifi will eventually exhaust the station table when adding the BSSID station for IBSS mode, unless the interface is set down. The new mac80211 ibss joined/left notification allows us to fix that easily by moving the code to add the IBSS station to the notification, and also adding code to remove it again when we leave the IBSS. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed