summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2009-03-28mac80211: Fix memleak in nl80211 authentication on deinitJouni Malinen1-0/+1
2009-03-28mac80211: resume properly, add suspend/resume testJohannes Berg3-0/+65
2009-03-28nl80211: Add MLME primitives to support external SMEJouni Malinen4-11/+184
2009-03-28nl80211: Event notifications for MLME eventsJouni Malinen1-2/+7
2009-03-28mac80211: Fix reassociation by not clearing previous BSSIDJouni Malinen1-2/+4
2009-03-28mac80211: Fix a typo in assoc vs. reassoc checkJouni Malinen1-1/+1
2009-03-28mac80211: don't drop nullfunc frames during software scanKalle Valo2-1/+26
2009-03-28mac80211: Tear down aggregation sessions for suspend/resumeSujith4-0/+45
2009-03-28mac80211: acquire sta_lock for station suspend/resumeJohannes Berg1-8/+10
2009-03-28mac80211: Populate HT limitation with TKIP/WEP to the handler for SIOCSIWENCO...Vasanthakumar Thiagarajan1-2/+11
2009-03-28wireless: radiotap updatesJohannes Berg1-3/+4
2009-03-28mac80211: stop queues across suspend/resumeJohannes Berg2-0/+7
2009-03-28mac80211: fix warnings in ieee80211_if_configJohannes Berg1-9/+3
2009-03-28mac80211: start pending scan after probe/auth/assoc timed outHelmut Schaa1-0/+23
2009-03-28mac80211: remove ieee80211_num_regular_queuesJohannes Berg2-5/+4
2009-03-28mac80211: ieee80211_ibss_commit() cleanupAlina Friedrichsen1-1/+2
2009-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-23/+53
2009-03-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2009-03-17mac80211: deauth before flushing STA informationHerton Ronaldo Krzesinski1-4/+12
2009-03-17mac80211: handle failed scan requests in STA modeHelmut Schaa3-2/+25
2009-03-17mac80211: Fix WMM ACM parsing and AC downgrade operationJouni Malinen2-17/+16
2009-03-17mac80211: Fix panic on fragmentation with power savingJouni Malinen1-0/+2
2009-03-05mac80211: Update IBSS beacon timestamp properlySujith1-3/+5
2009-03-05mac80211: Always send a null data frame if TIM bit is set.Vivek Natarajan1-2/+1
2009-03-05mac80211: Fix TKIP/WEP HT capability handlingSujith1-1/+2
2009-03-05mac80211: Fix quality reporting for wireless statsJohannes Berg1-19/+39
2009-03-05mac80211: Notify the driver only when the beacon interval changesSujith1-1/+2
2009-02-27mac80211: Give it some time to do the TSF syncAlina Friedrichsen1-0/+5
2009-02-27mac80211: Don't merge with the same BSSIDAlina Friedrichsen1-0/+4
2009-02-27mac80211: Introduce a generic commit() to apply changesAlina Friedrichsen3-20/+37
2009-02-27mac80211: Add software scan notifiersMichael Buesch1-0/+5
2009-02-27mac80211/cfg80211: move iwrange handler to cfg80211Johannes Berg1-119/+16
2009-02-27cfg80211: clean up signal typeJohannes Berg2-8/+8
2009-02-27mac80211: add missing kernel-docJohannes Berg1-0/+1
2009-02-27cfg80211/mac80211: fill qual.qual value/adjust max_qual.qualJohannes Berg1-2/+16
2009-02-27nl80211: Provide access to STA TX/RX packet countersJouni Malinen1-0/+4
2009-02-27nl80211: Optional IEs into scan requestJouni Malinen4-7/+14
2009-02-27mac80211: Extend the rate control API with an update callbackSujith2-0/+25
2009-02-27mac80211: split IBSS/managed codeJohannes Berg18-1480/+1803
2009-02-27mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg9-253/+241
2009-02-27mac80211: disallow moving netnsJohannes Berg2-0/+2
2009-02-27mac80211: Make sure non-HT connection when IEEE80211_STA_TKIP_WEP_USED is setVasanthakumar Thiagarajan1-2/+4
2009-02-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+2
2009-02-13mac80211: split managed/ibss code a little moreJohannes Berg1-108/+146
2009-02-13mac80211: fix IBSS authJohannes Berg1-0/+1
2009-02-13mac80211: calculate wstats_flags on the flyJohannes Berg3-12/+18
2009-02-13mac80211: use cfg80211s BSS infrastructureJohannes Berg7-418/+114
2009-02-13mac80211: dont add BSS when creating IBSSJohannes Berg3-58/+60
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg7-373/+151
2009-02-13mac80211: further cleanups to stopping BA sessionsJohannes Berg4-39/+44