diff options
author | Pavel Roskin <proski@gnu.org> | 2008-06-27 16:20:16 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-30 17:37:36 -0400 |
commit | 7cd8d3ea5173bb4b0dc3e84497048a5e3a14aec8 (patch) | |
tree | a8bb5aadf47191f349786b5ce3d1fd0ab6d45d4b /drivers | |
parent | 573b933f8f20ce298f6ff83d5ecc7b99ff3abb12 (diff) |
hostap: use radiotap headers by default
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_hw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/hostap_hw.c b/drivers/net/wireless/hostap/hostap_hw.c index cdf90c40f11b..79a9bc95d2a7 100644 --- a/drivers/net/wireless/hostap/hostap_hw.c +++ b/drivers/net/wireless/hostap/hostap_hw.c | |||
@@ -3204,6 +3204,7 @@ prism2_init_local_data(struct prism2_helper_functions *funcs, int card_idx, | |||
3204 | local->auth_algs = PRISM2_AUTH_OPEN | PRISM2_AUTH_SHARED_KEY; | 3204 | local->auth_algs = PRISM2_AUTH_OPEN | PRISM2_AUTH_SHARED_KEY; |
3205 | local->sram_type = -1; | 3205 | local->sram_type = -1; |
3206 | local->scan_channel_mask = 0xffff; | 3206 | local->scan_channel_mask = 0xffff; |
3207 | local->monitor_type = PRISM2_MONITOR_RADIOTAP; | ||
3207 | 3208 | ||
3208 | /* Initialize task queue structures */ | 3209 | /* Initialize task queue structures */ |
3209 | INIT_WORK(&local->reset_queue, handle_reset_queue); | 3210 | INIT_WORK(&local->reset_queue, handle_reset_queue); |