summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove "bcn_int" and "capab" scan results infoJohn W. Linville2008-01-281-25/+0Star
* mac80211: move A-MSDU identifier to flagsRon Rindjunsky2008-01-282-4/+4
* mac80211: adding 802.11n configuration flowsRon Rindjunsky2008-01-283-0/+86
* mac80211: adding 802.11n essential A-MSDU Rx capabilityRon Rindjunsky2008-01-282-0/+125
* mac80211: adding 802.11n essential A-MPDU addBA capabilityRon Rindjunsky2008-01-281-0/+124
* mac80211: adding 802.11n IEs handlingRon Rindjunsky2008-01-282-3/+94
* mac80211: adding 802.11n HT framework definitionsRon Rindjunsky2008-01-281-0/+3
* mac80211: adding MAC80211_HT_DEBUG config variableRon Rindjunsky2008-01-281-0/+10
* mac80211: allow setting drop_unencrypted with wextJohannes Berg2008-01-281-0/+3
* mac80211: make ieee80211_iterate_active_interfaces not need rtnlJohannes Berg2008-01-281-3/+4
* mac80211: restructuring data Rx handlersRon Rindjunsky2008-01-284-66/+86
* mac80211: hardware scan reworkZhu Yi2008-01-286-35/+70
* mac80211: remove more forgotten codeJohannes Berg2008-01-281-58/+0Star
* mac80211: Remove local->scan_flagsHelmut Schaa2008-01-283-32/+3Star
* mac80211: provide interface iterator for driversJohannes Berg2008-01-281-0/+33
* mac80211: Accept auto txpower settingMattias Nissler2008-01-281-4/+17
* [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet2008-01-281-2/+2
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+2Star
* [MAC80211]: Revert unaligned warning removal.David S. Miller2008-01-281-0/+13
* Revert "mac80211: warn when receiving frames with unaligned data"Linus Torvalds2008-01-241-13/+0Star
* mac80211: return an error when SIWRATE doesn't match any rateAndrew Lutomirski2008-01-091-3/+3
* mac80211: warn when receiving frames with unaligned dataJohannes Berg2007-12-271-0/+13
* mac80211: round station cleanup timerJohannes Berg2007-12-271-2/+5
* NET: mac80211: fix inappropriate memory freeingCyrill Gorcunov2007-12-201-1/+1
* mac80211: fix header opsJohannes Berg2007-12-201-1/+0Star
* mac80211: Drop out of associated state if link is lostMichael Wu2007-12-201-6/+2Star
* ieee80211_rate: missed unlockCyrill Gorcunov2007-12-171-0/+1
* Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Herbert Xu2007-11-303-5/+10
|\
| * mac80211: rate limit wep decrypt failed messagesAdel Gadllah2007-11-301-1/+2
| * mac80211: drop unencrypted frames if encryption is expectedJohannes Berg2007-11-301-1/+1
| * mac80211: Fix behavior of ieee80211_open and ieee80211_closeMichael Wu2007-11-301-3/+2Star
| * mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKEDZhu Yi2007-11-301-0/+5
* | mac80211: add missing space in error messageBruno Randolf2007-11-201-1/+1
* | mac80211: fix allmulti/promisc behaviourJohannes Berg2007-11-201-0/+23
* | mac80211: fix ieee80211_set_multicast_listJohannes Berg2007-11-201-2/+2
|/
* Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...David S. Miller2007-11-152-1/+9
|\
| * mac80211: Fix queuing of scan containing a SSIDHelmut Schaa2007-11-152-1/+9
* | mac80211: fix MAC80211_RCSIMPLE KconfigJohannes Berg2007-11-111-2/+2
* | mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville2007-11-113-6/+16
* | mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMTJohannes Berg2007-11-113-15/+21
* | mac80211: remove unused driver opsJohannes Berg2007-11-111-6/+1Star
* | mac80211: remove ieee80211_common.hJohannes Berg2007-11-111-91/+0Star
* | mac80211: allow driver to ask for a rate control algorithmJohannes Berg2007-11-111-1/+2
* | mac80211: don't allow registering the same rate control twiceJohannes Berg2007-11-111-1/+10
* | mac80211: make simple rate control algorithm built-inJohannes Berg2007-11-116-27/+42
|/
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0Star
* [PATCH] mac80211: fix printk warning on 64-bitJohannes Berg2007-10-261-1/+1
* [PATCH] mac80211: Fix SSID matching in AP selectionMichael Wu2007-10-261-1/+2
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-231-1/+1
* Update net/ to use sg helpersJens Axboe2007-10-221-6/+2Star