summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: disconnect when user changes channelJohannes Berg2009-06-151-25/+0Star
* mac80211: do not pass PS frames out of mac80211 againJohannes Berg2009-06-101-0/+46
* cfg80211: add rfkill supportJohannes Berg2009-06-031-1/+1
* mac80211: fix transposed min/max CW valuesJohannes Berg2009-06-031-4/+4
* wireless: move some utility functions from mac80211 to cfg80211Zhu Yi2009-05-221-73/+0Star
* mac80211: cancel/restart all timers across suspend/resumeJohannes Berg2009-05-201-0/+43
* mac80211: set default QoS values according to specJohannes Berg2009-05-111-12/+48
* mac80211: add driver ops wrappersJohannes Berg2009-05-061-7/+7
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-14/+3Star
* mac80211: validate TIM IE length (redux)Johannes Berg2009-04-221-2/+4
* nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen2009-04-221-1/+1
* mac80211: implement beacon filtering in softwareJohannes Berg2009-04-221-2/+21
* mac80211: add hardware restart functionJohannes Berg2009-04-221-0/+118
* mac80211: include HT capabilities in probe requestJohannes Berg2009-04-221-0/+16
* mac80211: pass all probe request IEs to driverJohannes Berg2009-04-221-31/+48
* cfg80211: introduce scan IE limit attributeJohannes Berg2009-04-221-0/+2
* mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg2009-03-281-51/+7Star
* mac80211: rework the pending packets codeJohannes Berg2009-03-281-8/+14
* mac80211: rewrite fragmentationJohannes Berg2009-03-281-12/+7Star
* nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen2009-03-281-25/+4Star
* nl80211: Optional IEs into scan requestJouni Malinen2009-02-271-2/+5
* mac80211: split IBSS/managed codeJohannes Berg2009-02-271-0/+176
* mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg2009-02-271-13/+62
* mac80211: add interface list lockJohannes Berg2009-01-291-2/+2
* mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphyLuis R. Rodriguez2009-01-291-0/+9
* wireless: restrict to 32 legacy ratesJohannes Berg2009-01-291-2/+2
* mac80211: Fix MFP Association Comeback to use Timeout Interval IEJouni Malinen2009-01-291-3/+3
* mac80211: 802.11w - Implement Association Comeback processingJouni Malinen2009-01-291-0/+4
* mac80211: make wake/stop_queue_by_reason() functions staticKalle Valo2009-01-291-4/+4
* mac80211: track master queue statusKalle Valo2008-12-191-6/+80
* mac80211: Fix HT channel selectionSujith2008-12-191-1/+1
* nl80211: Add frequency configuration (including HT40)Jouni Malinen2008-12-051-0/+1
* mac80211: remove rate_control_clearJohannes Berg2008-11-011-2/+0Star
* mac80211: move bss_conf into vifJohannes Berg2008-11-011-3/+3
* mac80211: introduce hw config change flagsJohannes Berg2008-11-011-1/+2
* 802.11: clean up/fix HT supportJohannes Berg2008-11-011-2/+2
* mac80211: clean up ieee80211_hw_config errorsJohannes Berg2008-10-311-4/+1Star
* mac80211: fix HT information element parsingJohannes Berg2008-10-151-4/+4
* mac80211: fix virtual interfaces vs. injectionJohannes Berg2008-09-151-12/+25
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-21/+23
* mac80211: inform driver of basic ratesetJohannes Berg2008-09-151-0/+28
* mac80211: clean up scan namespaceJohannes Berg2008-09-151-1/+1
* mac80211: move ieee80211_set_freq to utilsJohannes Berg2008-09-151-0/+28
* mac80211: move frame TX functionJohannes Berg2008-09-111-0/+14
* mac80211: initialise queue QoS parameters at hw startJohannes Berg2008-09-111-0/+26
* mac80211: move IE parsing to util fileJohannes Berg2008-09-111-0/+144
* mac80211: remove ieee80211_get_hdrlenHarvey Harrison2008-08-221-39/+0Star
* mac80211: add ieee80211_queue_stopped)Tomas Winkler2008-08-221-0/+7
* mac80211: fix fragmentation kludgeTomas Winkler2008-08-011-0/+1
* mac80211: Reimplement WME using ->select_queue().David S. Miller2008-07-181-12/+2Star