aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28mac80211: pass in PS_POLL framesRon Rindjunsky2-3/+15
2008-01-28introduce WEXT scan capabilitiesDan Williams1-0/+2
2008-01-28mac80211: conditionally include timestamp in radiotap informationJohannes Berg1-16/+32
2008-01-28[MAC80211]: Use htons() where appropriate.YOSHIFUJI Hideaki2-2/+2
2008-01-28mac80211: remove "bcn_int" and "capab" scan results infoJohn W. Linville1-25/+0
2008-01-28mac80211: move A-MSDU identifier to flagsRon Rindjunsky2-4/+4
2008-01-28mac80211: adding 802.11n configuration flowsRon Rindjunsky3-0/+86
2008-01-28mac80211: adding 802.11n essential A-MSDU Rx capabilityRon Rindjunsky2-0/+125
2008-01-28mac80211: adding 802.11n essential A-MPDU addBA capabilityRon Rindjunsky1-0/+124
2008-01-28mac80211: adding 802.11n IEs handlingRon Rindjunsky2-3/+94
2008-01-28mac80211: adding 802.11n HT framework definitionsRon Rindjunsky1-0/+3
2008-01-28mac80211: adding MAC80211_HT_DEBUG config variableRon Rindjunsky1-0/+10
2008-01-28mac80211: allow setting drop_unencrypted with wextJohannes Berg1-0/+3
2008-01-28mac80211: make ieee80211_iterate_active_interfaces not need rtnlJohannes Berg1-3/+4
2008-01-28mac80211: restructuring data Rx handlersRon Rindjunsky4-66/+86
2008-01-28mac80211: hardware scan reworkZhu Yi6-35/+70
2008-01-28mac80211: remove more forgotten codeJohannes Berg1-58/+0
2008-01-28mac80211: Remove local->scan_flagsHelmut Schaa3-32/+3
2008-01-28mac80211: provide interface iterator for driversJohannes Berg1-0/+33
2008-01-28mac80211: Accept auto txpower settingMattias Nissler1-4/+17
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet1-2/+2
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2008-01-28[MAC80211]: Revert unaligned warning removal.David S. Miller1-0/+13
2008-01-24Revert "mac80211: warn when receiving frames with unaligned data"Linus Torvalds1-13/+0
2008-01-08mac80211: return an error when SIWRATE doesn't match any rateAndrew Lutomirski1-3/+3
2007-12-26mac80211: warn when receiving frames with unaligned dataJohannes Berg1-0/+13
2007-12-26mac80211: round station cleanup timerJohannes Berg1-2/+5
2007-12-19NET: mac80211: fix inappropriate memory freeingCyrill Gorcunov1-1/+1
2007-12-19mac80211: fix header opsJohannes Berg1-1/+0
2007-12-19mac80211: Drop out of associated state if link is lostMichael Wu1-6/+2
2007-12-17ieee80211_rate: missed unlockCyrill Gorcunov1-0/+1
2007-11-30Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Herbert Xu3-5/+10
2007-11-29mac80211: rate limit wep decrypt failed messagesAdel Gadllah1-1/+2
2007-11-29mac80211: drop unencrypted frames if encryption is expectedJohannes Berg1-1/+1
2007-11-29mac80211: Fix behavior of ieee80211_open and ieee80211_closeMichael Wu1-3/+2
2007-11-29mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKEDZhu Yi1-0/+5
2007-11-20mac80211: add missing space in error messageBruno Randolf1-1/+1
2007-11-20mac80211: fix allmulti/promisc behaviourJohannes Berg1-0/+23
2007-11-20mac80211: fix ieee80211_set_multicast_listJohannes Berg1-2/+2
2007-11-14Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-1/+9
2007-11-14mac80211: Fix queuing of scan containing a SSIDHelmut Schaa2-1/+9
2007-11-10mac80211: fix MAC80211_RCSIMPLE KconfigJohannes Berg1-2/+2
2007-11-10mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville3-6/+16
2007-11-10mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMTJohannes Berg3-15/+21
2007-11-10mac80211: remove unused driver opsJohannes Berg1-6/+1
2007-11-10mac80211: remove ieee80211_common.hJohannes Berg1-91/+0
2007-11-10mac80211: allow driver to ask for a rate control algorithmJohannes Berg1-1/+2
2007-11-10mac80211: don't allow registering the same rate control twiceJohannes Berg1-1/+10
2007-11-10mac80211: make simple rate control algorithm built-inJohannes Berg6-27/+42
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0