| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: Make sure non-HT connection when IEEE80211_STA_TKIP_WEP_USED is set | Vasanthakumar Thiagarajan | 2009-02-27 | 1 | -2/+4 |
* | mac80211: split managed/ibss code a little more | Johannes Berg | 2009-02-13 | 1 | -108/+146 |
* | mac80211: fix IBSS auth | Johannes Berg | 2009-02-13 | 1 | -0/+1 |
* | mac80211: use cfg80211s BSS infrastructure | Johannes Berg | 2009-02-13 | 1 | -140/+73 |
* | mac80211: dont add BSS when creating IBSS | Johannes Berg | 2009-02-13 | 1 | -49/+58 |
* | cfg80211/nl80211: scanning (and mac80211 update to use it) | Johannes Berg | 2009-02-13 | 1 | -9/+28 |
* | mac80211: clean up BA session teardown | Johannes Berg | 2009-02-13 | 1 | -1/+1 |
* | mac80211: use ps-poll when dynamic power save mode is disabled | Kalle Valo | 2009-02-13 | 1 | -3/+51 |
* | mac80211: remove multicast check from check_tim() | Kalle Valo | 2009-02-13 | 1 | -7/+4 |
* | mac80211: Free current bss information in few places where we don't need it a... | Vasanthakumar Thiagarajan | 2009-02-11 | 1 | -17/+21 |
* | mac80211: Remove bss information of the current AP when it goes out of range | Vasanthakumar Thiagarajan | 2009-02-09 | 1 | -2/+16 |
* | mac80211: IBSS join rework | Alina Friedrichsen | 2009-02-09 | 1 | -7/+14 |
* | mac80211: Creating new IBSS with fixed BSSID | Alina Friedrichsen | 2009-02-09 | 1 | -3/+2 |
* | mac80211: Reset assoc_scan_tries after an unsuccessful scan run | Sujith | 2009-02-09 | 1 | -1/+3 |
* | mac80211: Fixed BSSID handling revisited | Alina Friedrichsen | 2009-01-29 | 1 | -39/+33 |
* | mac80211: Add capability to enable/disable beaconing | Johannes Berg | 2009-01-29 | 1 | -1/+2 |
* | wireless: restrict to 32 legacy rates | Johannes Berg | 2009-01-29 | 1 | -8/+8 |
* | mac80211: Fix MFP Association Comeback to use Timeout Interval IE | Jouni Malinen | 2009-01-29 | 1 | -2/+3 |
* | nl80211: New command for adding extra IE(s) into management frames | Jouni Malinen | 2009-01-29 | 1 | -6/+46 |
* | mac80211: Handle power constraint level advertised in 11d+h beacon | Vasanthakumar Thiagarajan | 2009-01-29 | 1 | -0/+9 |
* | mac80211: 802.11w - Implement Association Comeback processing | Jouni Malinen | 2009-01-29 | 1 | -3/+17 |
* | mac80211: 802.11w - Configuration of MFP disabled/optional/required | Jouni Malinen | 2009-01-29 | 1 | -0/+4 |
* | mac80211: 802.11w - STA flag for MFP | Jouni Malinen | 2009-01-29 | 1 | -2/+5 |
* | mac80211: extend/document powersave API | Johannes Berg | 2009-01-29 | 1 | -16/+15 |
* | mac80211: move dynamic PS timeout to hardware config | Johannes Berg | 2009-01-29 | 1 | -2/+3 |
* | mac80211: clean up channel type config | Johannes Berg | 2009-01-29 | 1 | -1/+1 |
* | mac80211: remove an unused parameter in ieee80211_rx_mgmt_probe_req(). | Rami Rosen | 2009-01-29 | 1 | -4/+2 |
* | mac80211: Add 802.11h CSA support | Sujith | 2009-01-29 | 1 | -0/+13 |
* | mac80211: Don't merge if BSSID is set manually | Alina Friedrichsen | 2009-01-29 | 1 | -0/+1 |
* | mac80211: Don't scan if BSSID and channel are set manually | Alina Friedrichsen | 2009-01-29 | 1 | -0/+4 |
* | mac80211: Disallow to set multicast BSSID | Alina Friedrichsen | 2009-01-29 | 1 | -2/+7 |
* | mac80211: no need for ht.enabled | Luis R. Rodriguez | 2009-01-29 | 1 | -1/+0 |
* | mac80211: Enhancements to dynamic power save. | Vivek Natarajan | 2009-01-29 | 1 | -1/+40 |
* | mac80211: A couple of fixes to dynamic power save. | Vivek Natarajan | 2009-01-29 | 1 | -1/+2 |
* | mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipher | Vasanthakumar Thiagarajan | 2009-01-29 | 1 | -1/+8 |
* | mac80211: fix slot time debug message | Christian Lamparter | 2009-01-22 | 1 | -2/+2 |
* | mac80211: implement dynamic power save | Kalle Valo | 2008-12-19 | 1 | -2/+47 |
* | mac80211: enable IEEE80211_CONF_PS only when associated | Kalle Valo | 2008-12-19 | 1 | -2/+13 |
* | mac80211: fix a typo in ieee80211_send_assoc() method. | Rami Rosen | 2008-12-19 | 1 | -1/+1 |
* | mac80211: Add HT rates into RX status reporting | Jouni Malinen | 2008-12-19 | 1 | -1/+6 |
* | mac80211: Fix HT channel selection | Sujith | 2008-12-19 | 1 | -0/+1 |
* | mac80211: misc cleanups | Rami Rosen | 2008-12-12 | 1 | -7/+3 |
* | mac80211: accept empty strings for hidden SSIDs | Fabio Rossi | 2008-12-05 | 1 | -1/+1 |
* | mac80211: disassociate prior to unlinking AP/station | Tomas Winkler | 2008-12-05 | 1 | -4/+14 |
* | mac80211: Look out for some other AP when disassoc is received. | Vivek Natarajan | 2008-11-26 | 1 | -2/+6 |
* | cfg80211/mac80211: Add 802.11d support | Luis R. Rodriguez | 2008-11-25 | 1 | -0/+7 |
* | mac80211: remove unnecessary include. | Rami Rosen | 2008-11-21 | 1 | -1/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-20 | 1 | -22/+0 |
|\ |
|
| * | mac80211: remove ieee80211_notify_mac | Johannes Berg | 2008-11-18 | 1 | -22/+0 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-18 | 1 | -3/+3 |
|\| |
|