summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+4
2008-07-14mac80211: dont add a STA which is not in the same IBSSEmmanuel Grumbach1-1/+1
2008-07-14mac80211: fix struct ieee80211_tx_queue_paramsJohannes Berg1-1/+1
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-67/+45
2008-07-14mac80211: make master netdev handling saneJohannes Berg1-37/+19
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+9
2008-07-08mac80211: call bss_info_change only once upon disassociationTomas Winkler1-1/+1
2008-07-08mac80211: fix warning: unused variable ifstaTomas Winkler1-0/+2
2008-07-08mac80211: add block ack request capabilityRon Rindjunsky1-0/+29
2008-07-08mac80211: Don't request encryption for probe responseIvo van Doorn1-0/+1
2008-07-07mac80211: don't report selected IBSS when not foundVladimir Koutny1-2/+4
2008-07-07mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notifyGuy Cohen1-2/+5
2008-07-02mac80211: rework debug settings and make debugging saferJohannes Berg1-157/+49
2008-06-30mac80211: add beacon timestamp to beacon template in IBSSAssaf Krauss1-0/+1
2008-06-30mac80211: removing duplicated parsing of information elementsEster Kummer1-91/+97
2008-06-30mac80211: add last beacon time in scan listEmmanuel Grumbach1-0/+7
2008-06-30mac80211: add spectrum capabilitiesTomas Winkler1-0/+24
2008-06-27mac80211: mlme.c use new frame control helpersHarvey Harrison1-20/+19
2008-06-26mac80211: remove shared key todoJohannes Berg1-2/+3
2008-06-26mac80211: 11h - Handling measurement requestAssaf Krauss1-0/+78
2008-06-26mac80211: 11h Infrastructure - ParsingAssaf Krauss1-0/+19
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-28/+38
2008-06-14mac80211: eliminate IBSS warning in rate_lowest_index()Vladimir Koutny1-4/+11
2008-06-14mac80211: fix beacon interval valueTomas Winkler1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-20/+25
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-19/+69
2008-06-09mac80211: Checking IBSS support while changing channel in ad-hoc modeAssaf Krauss1-7/+4
2008-06-09mac80211: decrease IBSS creation latencyDan Williams1-1/+1
2008-06-09mac80211: send association event on IBSS createDan Williams1-0/+5
2008-06-03mac80211: allow disable FAT in specific configurationsEmmanuel Grumbach1-2/+44
2008-06-03mac80211: sends HT IE to user level through wextEmmanuel Grumbach1-0/+8
2008-05-28mac80211: fix alignment issue with compare_ether_addr()Senthil Balasubramanian1-2/+2
2008-05-28mac80211: Fix for NULL pointer dereference in sta_info_get()Senthil Balasubramanian1-2/+2
2008-05-28mac80211: reorder channel and freq reporting in wext scan reportTomas Winkler1-5/+4
2008-05-28mac80211: fix ieee80211_rx_bss_put/get imbalanceTomas Winkler1-4/+8
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-13/+16
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-15/+15
2008-05-21mac80211: use rate index in TX controlJohannes Berg1-3/+3
2008-05-20mac80211: fix NULL pointer dereference in ieee80211_compatible_ratesHelmut Schaa1-4/+11
2008-05-16mac80211 : Association with 11n hidden ssid ap.Abhijeet Kolekar1-9/+5
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-32/+39
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-14/+50
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf1-6/+6
2008-05-14mac80211: proper STA info lockingJohannes Berg1-19/+19
2008-05-14mac80211: require four hardware queues for QoS/HTJohannes Berg1-7/+14
2008-05-12mac80211: fix association with some APsHelmut Schaa1-14/+50
2008-05-07mac80211: QoS related cleanupsJohannes Berg1-17/+6
2008-05-07make sta_rx_agg_session_timer_expired() staticAdrian Bunk1-1/+2
2008-05-07mac80211: correct skb allocationEster Kummer1-7/+4
2008-05-07mac80211: a few code cleanupsJohannes Berg1-17/+14