diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-07-30 17:38:07 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:44:18 -0400 |
commit | 4b44c8bc4d077f1a7a9e5e946a1400c3cbcadee7 (patch) | |
tree | ba2640e5a74314d213f9564197b1b68cc994fc4b /net/wireless/Makefile | |
parent | 9828b0170eef541c3fa583caa0134dadbb1d3ea6 (diff) |
cfg80211: do not iterate over rdev list on country IE hint
Simplify the country IE hint code by just bailing out if
a previous country IE has been issued. We currently just trust
the first AP we connect to on any card. The idea was to perform
conflict resolution within this routine but since we can no longer
iterate over the registered device list here we leave conflict
resolution to be dealt with at a later time on the workqueue.
This code has no functional changes other than saving us an
interation over the registered device list when a second card
is connected, or you unplug and connect the same one, and a
country IE is received. This would have been done upon every
beacon received.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/Makefile')
0 files changed, 0 insertions, 0 deletions