summaryrefslogtreecommitdiff
path: root/net/mac80211/util.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-09-30mac80211: optimise station flagsJohannes Berg1-1/+1
2011-09-30mac80211: remove return value from add_pending_skbsJohannes Berg1-10/+7
2011-09-30mac80211: standardize adding supported rates IEsArik Nemtsov1-0/+57
2011-09-27mac80211: save tx params per sdataEliad Peller1-4/+11
2011-09-27mac80211: Send the management frame at requested rateRajkumar Manoharan1-2/+6
2011-09-14mac80211: add ssid config to bss information in AP-modeArik Nemtsov1-0/+2
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches1-8/+3
2011-08-12cfg80211/mac80211: move information element parsing logic to cfg80211Yogesh Ashok Powar1-167/+0
2011-08-10mac80211: clear sta.drv_priv on reconfigurationEliad Peller1-0/+1
2011-07-20mac80211: implement scan supported ratesJohannes Berg1-7/+5
2011-07-18mac80211: reconfigure tx on device reconfigurationEliad Peller1-1/+6
2011-07-15mac80211: be more careful in suspend/resumeJohannes Berg1-26/+28
2011-07-13mac80211: allow driver to disconnect after resumeJohannes Berg1-0/+27
2011-07-11mac80211: add driver RSSI threshold eventsMeenakshi Venkataraman1-0/+40
2011-06-27mac80211: Drop DS Channel PARAM in directed probePaul Stewart1-5/+16
2011-06-10networking: fix warning about unused label wake_upVincent Zweije1-0/+2
2011-05-05mac80211: add basic support for WoWLANJohannes Berg1-0/+19
2011-04-05mac80211: clean up station cleanup timerJohannes Berg1-1/+1
2011-02-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+2
2011-02-19mac80211: fix 2.4 GHz 40 MHz disablingJohannes Berg1-6/+0
2011-02-09mac80211: add missing locking in ieee80211_reconfigEliad Peller1-0/+2
2010-12-22mac80211: selective throughput LED trigger activeJohannes Berg1-2/+3
2010-12-22mac80211: add throughput based LED blink triggerJohannes Berg1-0/+2
2010-11-18mac80211: fix powersaving clients racesJohannes Berg1-2/+12
2010-11-17mac80211: Add function to get probe request template for current APJuuso Oikarinen1-5/+18
2010-11-17mac80211: support hardware TX fragmentation offloadArik Nemtsov1-0/+3
2010-10-07mac80211: avoid transmitting delBA to old APJohannes Berg1-1/+1
2010-10-05mac80211: fix deadlock with multiple interfacesJohannes Berg1-17/+3
2010-09-24mac80211: Add DS Parameter Set into Probe Request on 2.4 GHzJouni Malinen1-2/+14
2010-09-24mac80211: Filter ProbeReq SuppRates based on TX rate maskJouni Malinen1-15/+22
2010-09-16mac80211: add p2p device type supportJohannes Berg1-14/+4
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg1-2/+2
2010-08-27mac80211: fix offchannel queue stopJohannes Berg1-1/+4
2010-08-27mac80211: switch to ieee80211_sdata_runningJohannes Berg1-1/+1
2010-08-27mac80211: use subqueue helpersJohannes Berg1-2/+2
2010-08-25cfg80211/mac80211: extensible frame processingJohannes Berg1-3/+3
2010-07-26mac80211: Don't set per-BSS QoS for monitor interfacesSujith1-2/+6
2010-07-21mac80211: move QoS-enable to BSS infoJohannes Berg1-3/+4
2010-06-14mac80211: simplify station/aggregation codeJohannes Berg1-15/+16
2010-05-07mac80211: fix BSS info reconfigurationJohannes Berg1-5/+20
2010-04-08mac80211: enhance tracingJohannes Berg1-0/+4
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-9/+9
2010-04-07mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BAJohannes Berg1-1/+1
2010-03-31mac80211: explicitly disable/enable QoSStanislaw Gruszka1-0/+5
2010-03-30mac80211: move netdev queue enabling to correct spotJohannes Berg1-6/+6
2010-03-30mac80211: correct typos in "unavailable upon resume" warningJohn W. Linville1-3/+3
2010-02-09mac80211: tear down all agg queues when restart/reconfig hwWey-Yi Guy1-0/+8
2010-02-09mac80211: allow station add/remove to sleepJohannes Berg1-9/+7
2010-01-16mac80211: fix memory leak in ieee80211_send_probe_reqMing Lei1-0/+1