Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170913
b: refs/heads/master
c: 64a7f67
h: refs/heads/master
i:
  170911: 3653ad8
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Oct 27, 2009
1 parent 09e3823 commit 9cd5b2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f0187250041afc765df51e2cce653e8a5b9c1b6
refs/heads/master: 64a7f67287c75f5bb28018a6ff2750a59ee1195a
9 changes: 9 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/wl1271_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,15 @@ int wl1271_cmd_join(struct wl1271 *wl)
join->rx_config_options = wl->rx_config;
join->rx_filter_options = wl->rx_filter;

/*
* FIXME: disable temporarily all filters because after commit
* 9cef8737 "mac80211: fix managed mode BSSID handling" broke
* association. The filter logic needs to be implemented properly
* and once that is done, this hack can be removed.
*/
join->rx_config_options = 0;
join->rx_filter_options = WL1271_DEFAULT_RX_FILTER;

join->basic_rate_set = RATE_MASK_1MBPS | RATE_MASK_2MBPS |
RATE_MASK_5_5MBPS | RATE_MASK_11MBPS;

Expand Down

0 comments on commit 9cd5b2a

Please sign in to comment.