summaryrefslogtreecommitdiff
path: root/include/net/mac80211.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-25mac80211: clean up rate control APIJohannes Berg1-0/+68
2008-09-16mac80211: fix virtual interfaces vs. injectionJohannes Berg1-0/+1
2008-09-16mac80211: share sta_info->ht_infoJohannes Berg1-0/+2
2008-09-16mac80211: share sta->supp_ratesJohannes Berg1-0/+2
2008-09-16mac80211: share STA information with driverJohannes Berg1-5/+48
2008-09-16mac80211: use nl80211 interface typesJohannes Berg1-31/+4
2008-09-16mac80211: inform driver of basic ratesetJohannes Berg1-0/+6
2008-09-16mac80211: fix scan vs. interface removal raceJohannes Berg1-1/+3
2008-09-16cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez1-0/+2
2008-09-11mac80211: make conf_tx non-atomicJohannes Berg1-1/+1
2008-08-30mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen1-0/+9
2008-08-23mac80211: remove ieee80211_get_hdrlenHarvey Harrison1-10/+0
2008-08-23mac80211: add rx status flag for short preambleBruno Randolf1-0/+2
2008-08-23mac80211: add ieee80211_queue_stopped)Tomas Winkler1-0/+10
2008-08-18mac80211: remove kdoc references to IEEE80211_HW_HOST_GEN_BEACON_TEMPLATELuis R. Rodriguez1-8/+3
2008-08-04mac80211: make listen_interval be limited by low level driverTomas Winkler1-1/+8
2008-08-04mac80211: pass dtim_period to low level driverEmmanuel Grumbach1-1/+3
2008-07-30mac80211: partially fix skb->cb useJohannes Berg1-6/+0
2008-07-30mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg1-1/+0
2008-07-18mac80211: Reimplement WME using ->select_queue().David S. Miller1-8/+0
2008-07-14mac80211: fix struct ieee80211_tx_queue_paramsJohannes Berg1-5/+5
2008-07-14mac80211: fix TX sequence numbersJohannes Berg1-0/+12
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-33/+16
2008-07-14mac80211: power management wext hooksSamuel Ortiz1-0/+2
2008-07-08mac80211: fix lots of kernel-docRandy Dunlap1-15/+25
2008-07-08mac80211: add block ack request capabilityRon Rindjunsky1-0/+3
2008-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+9
2008-07-01mac80211: add spectrum capabilitiesTomas Winkler1-0/+5
2008-06-30mac80211: don't accept WEP keys other than WEP40 and WEP104Emmanuel Grumbach1-0/+9
2008-06-27mac80211: Add RTNL warning for workqueueIvo van Doorn1-2/+5
2008-06-27mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez1-1/+6
2008-06-14mac80211: add utility function to get header lengthHarvey Harrison1-0/+6
2008-06-14mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-171/+177
2008-05-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+23
2008-05-22mac80211: use multi-queue master netdeviceJohannes Berg1-1/+19
2008-05-22mac80211: dont allow fragmentation and requeuing on A-MPDU queuesJohannes Berg1-2/+4
2008-05-22mac80211: move TX info into skb->cbJohannes Berg1-166/+133
2008-05-22mac80211: use rate index in TX controlJohannes Berg1-12/+39
2008-05-22mac80211: let drivers wake but not start queuesJohannes Berg1-8/+0
2008-05-17mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn1-2/+23
2008-05-15mac80211: use hardware flags for signal/noise unitsBruno Randolf1-13/+34
2008-05-07mac80211: QoS related cleanupsJohannes Berg1-42/+24
2008-05-07mac80211: remove queue info from ieee80211_tx_statusJohannes Berg1-4/+0
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg1-9/+4
2008-05-07mac80211: Add IEEE80211_KEY_FLAG_PAIRWISEIvo van Doorn1-0/+3
2008-05-07mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confIvo van Doorn1-4/+15
2008-04-16mac80211: no BSS changes to driver from beacons processed during scanningReinette Chatre1-2/+1
2008-04-09mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas1-0/+19
2008-04-08mac80211: add station aid into ieee80211_tx_controlChr1-0/+1