aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg1-51/+7
2009-03-27mac80211: rework the pending packets codeJohannes Berg1-8/+14
2009-03-27mac80211: rewrite fragmentationJohannes Berg1-12/+7
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen1-25/+4
2009-02-27nl80211: Optional IEs into scan requestJouni Malinen1-2/+5
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-0/+176
2009-02-27mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg1-13/+62
2009-01-29mac80211: add interface list lockJohannes Berg1-2/+2
2009-01-29mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphyLuis R. Rodriguez1-0/+9
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg1-2/+2
2009-01-29mac80211: Fix MFP Association Comeback to use Timeout Interval IEJouni Malinen1-3/+3
2009-01-29mac80211: 802.11w - Implement Association Comeback processingJouni Malinen1-0/+4
2009-01-29mac80211: make wake/stop_queue_by_reason() functions staticKalle Valo1-4/+4
2008-12-19mac80211: track master queue statusKalle Valo1-6/+80
2008-12-19mac80211: Fix HT channel selectionSujith1-1/+1
2008-12-05nl80211: Add frequency configuration (including HT40)Jouni Malinen1-0/+1
2008-10-31mac80211: remove rate_control_clearJohannes Berg1-2/+0
2008-10-31mac80211: move bss_conf into vifJohannes Berg1-3/+3
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-1/+2
2008-10-31802.11: clean up/fix HT supportJohannes Berg1-2/+2
2008-10-31mac80211: clean up ieee80211_hw_config errorsJohannes Berg1-4/+1
2008-10-14mac80211: fix HT information element parsingJohannes Berg1-4/+4
2008-09-15mac80211: fix virtual interfaces vs. injectionJohannes Berg1-12/+25
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-21/+23
2008-09-15mac80211: inform driver of basic ratesetJohannes Berg1-0/+28
2008-09-15mac80211: clean up scan namespaceJohannes Berg1-1/+1
2008-09-15mac80211: move ieee80211_set_freq to utilsJohannes Berg1-0/+28
2008-09-11mac80211: move frame TX functionJohannes Berg1-0/+14
2008-09-11mac80211: initialise queue QoS parameters at hw startJohannes Berg1-0/+26
2008-09-11mac80211: move IE parsing to util fileJohannes Berg1-0/+144
2008-08-22mac80211: remove ieee80211_get_hdrlenHarvey Harrison1-39/+0
2008-08-22mac80211: add ieee80211_queue_stopped)Tomas Winkler1-0/+7
2008-08-01mac80211: fix fragmentation kludgeTomas Winkler1-0/+1
2008-07-17mac80211: Reimplement WME using ->select_queue().David S. Miller1-12/+2
2008-07-14mac80211: make master netdev handling saneJohannes Berg1-4/+0
2008-06-14mac80211: use new helpers in util.c - ieee80211_get_bssid()Harvey Harrison1-22/+19
2008-06-14mac80211: add utility function to get header lengthHarvey Harrison1-0/+32
2008-06-14mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison1-4/+4
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-32/+27
2008-05-28mac80211: fix alignment issue with compare_ether_addr()Senthil Balasubramanian1-2/+2
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-14/+15
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-5/+5
2008-05-21mac80211: use rate index in TX controlJohannes Berg1-2/+8
2008-05-21mac80211: let drivers wake but not start queuesJohannes Berg1-12/+0
2008-05-21mac80211: fix bugs in queue handling functionsJohannes Berg1-3/+3
2008-05-16mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn1-1/+36
2008-05-12mac80211: fix incorrect mesh header lengthLuis Carlos Cobo1-5/+5
2008-04-08mac80211: rename filesJohannes Berg1-1/+1
2008-03-06mac80211: split ieee80211_txrx_dataJohannes Berg1-4/+4