commit | 0f4da2d77e1bf424ac36424081afc22cbfc3ff2b | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Tue Jul 13 14:06:32 2010 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jul 14 13:49:46 2010 -0400 |
tree | 04e40fdb0513f18642c8d20499d207ff1b297b81 | |
parent | f8036965ccec4d786d8bf09bf57b793542cb3dce [diff] |
hostap_pci: set dev->base_addr during probe "hostap: Protect against initialization interrupt" (which reinstated "wireless: hostap, fix oops due to early probing interrupt") reintroduced Bug 16111. This is because hostap_pci wasn't setting dev->base_addr, which is now checked in prism2_interrupt. As a result, initialization was failing for PCI-based hostap devices. This corrects that oversight. Signed-off-by: John W. Linville <linville@tuxdriver.com>