aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-06mac80211: clean up mesh codeJohannes Berg1-32/+0
2008-03-06mac80211: mesh data structures and first mesh changesLuis Carlos Cobo1-0/+51
2008-03-06mac80211: add mesh interface typeJohannes Berg1-0/+1
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-120/+22
2008-01-28mac80211: add unified BSS configurationJohannes Berg1-6/+6
2008-01-28mac80211: move interface type to vif structureJohannes Berg1-1/+1
2008-01-28mac80211: dont use interface indices in driversJohannes Berg1-30/+15
2008-01-28mac80211: A-MPDU Rx adding BAR handling capabilityRon Rindjunsky1-1/+14
2008-01-28mac80211: clean up eapol handling in TX pathJohannes Berg1-17/+0
2008-01-28mac80211: pass in PS_POLL framesRon Rindjunsky1-1/+6
2008-01-28mac80211: make ieee80211_iterate_active_interfaces not need rtnlJohannes Berg1-3/+4
2008-01-28mac80211: restructuring data Rx handlersRon Rindjunsky1-13/+1
2008-01-28mac80211: provide interface iterator for driversJohannes Berg1-0/+33
2007-10-10[MAC80211]: fix warnings introduced by the doc patchesJohannes Berg1-0/+6
2007-10-10[MAC80211]: remove turbo modesJohannes Berg1-10/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-3/+4
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_sub_if_dataJiri Slaby1-3/+3
2007-10-10[MAC80211]: improved short preamble handlingDaniel Drake1-6/+31
2007-10-10[MAC80211]: introduce util.cJohannes Berg1-0/+463