aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27mac80211: fix RX pathJohannes Berg1-1/+1
2009-03-27mac80211: track beacons separately from the rx path activityKalle Valo1-1/+5
2009-03-27mac80211: decrease execution of the associated timerKalle Valo1-0/+3
2009-03-27mac80211: remove mixed-cell and userspace MLME codeJohannes Berg1-9/+4
2009-03-27wireless: radiotap updatesJohannes Berg1-3/+4
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-15/+22
2009-02-13mac80211: restrict aggregation to supported interface modesJohannes Berg1-0/+11
2009-02-13mac80211: fix RX aggregation timeoutsJohannes Berg1-10/+6
2009-02-13mac80211: remove bssid argument from prepare_for_handlersJohannes Berg1-4/+3
2009-02-13mac80211: use ps-poll when dynamic power save mode is disabledKalle Valo1-0/+34
2009-02-09mac80211: remove HW_SIGNAL_DBJohannes Berg1-10/+1
2009-02-09wireless: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2009-01-29mac80211: Fix radiotap header it_present on big endian CPUsJouni Malinen1-1/+1
2009-01-29mac80211: Mark ieee80211_process_sa_query_req() staticJouni Malinen1-3/+3
2009-01-29mac80211: 802.11w - Drop unprotected robust management frames if MFP is usedJouni Malinen1-0/+7
2009-01-29mac80211: 802.11w - SA Query processingJouni Malinen1-0/+69
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen1-7/+83
2009-01-29mac80211: clarify alignment docs, fix up alignmentJohannes Berg1-33/+77
2009-01-29mac80211: Add 802.11h CSA supportSujith1-0/+20
2008-12-19mac80211: Remove radiotap rate-present flag for HTJouni Malinen1-2/+3
2008-12-19mac80211: Add HT rates into RX status reportingJouni Malinen1-10/+46
2008-12-12mac80211: misc cleanupsRami Rosen1-3/+2
2008-12-12mac80211: integrate sta_notify_ps cmds into sta_notifyChristian Lamparter1-6/+6
2008-12-05mac80211: add sta_notify_ps callbackChristian Lamparter1-0/+7
2008-12-05mac80211: only transition STAs ps->wake on data framesJohannes Berg1-8/+20
2008-10-31mac80211: Re-enable aggregationSujith1-5/+2
2008-10-31mac80211: allow all interfaces types to handle RX action framesAndrey Yurovsky1-8/+0
2008-10-31mac80211: minor code cleanupsJohannes Berg1-11/+13
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg1-26/+12
2008-10-12net/mac80211/rx.c: fix build errorIngo Molnar1-1/+4
2008-09-30Fix modpost failure when rx handlers are not inlined.Davide Pesavento1-1/+1
2008-09-24mac80211: fix mesh action frame handlingJohannes Berg1-1/+1
2008-09-24mac80211: mesh portal functionality supportYanBo1-4/+28
2008-09-24mac80211: make master iface not wirelessJohannes Berg1-15/+10
2008-09-15mac80211: share STA information with driverJohannes Berg1-6/+6
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-32/+33
2008-09-15mac80211: clean up some commentsJohannes Berg1-2/+2
2008-09-15mac80211: clean up scan namespaceJohannes Berg1-5/+5
2008-09-15mac80211: make bridge_packets a virtual interface optionJohannes Berg1-2/+3
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-3/+5
2008-09-11mac80211: make ieee80211_rx_h_mgmt more readableJohannes Berg1-8/+8
2008-09-11mac80211: move spectrum management code outJohannes Berg1-4/+18
2008-09-11mac80211: make BA session handling independent of STA modeJohannes Berg1-0/+60
2008-09-08mac80211: Fix rate scale initialization in IBSSEmmanuel Grumbach1-4/+0
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-8/+8
2008-08-22mac80211: remove rx/tx_data->fc memberHarvey Harrison1-6/+2
2008-08-22mac80211: use ieee80211 frame control directlyHarvey Harrison1-27/+26
2008-08-22mac80211: rx.c/tx.c remove more users of tx/rx_data->fcHarvey Harrison1-38/+24
2008-08-22mac80211: radiotap: assume modulation from ratesBruno Randolf1-1/+4
2008-08-22mac80211: add rx status flag for short preambleBruno Randolf1-0/+2