summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Initialize vif pointerIvo van Doorn2008-01-291-0/+1
* mac80211: add unified BSS configurationJohannes Berg2008-01-291-7/+6Star
* mac80211: add beacon configuration via cfg80211Johannes Berg2008-01-291-25/+40
* mac80211: move interface type to vif structureJohannes Berg2008-01-291-8/+9
* mac80211: dont use interface indices in driversJohannes Berg2008-01-291-25/+21Star
* mac80211: remove misleading 'res' variableJohannes Berg2008-01-291-2/+1Star
* mac80211: move tx crypto decisionJohannes Berg2008-01-281-17/+22
* mac80211: allow easier multicast/broadcast buffering in hardwareJohannes Berg2008-01-281-9/+23
* mac80211: clean up eapol handling in TX pathJohannes Berg2008-01-281-1/+6
* mac80211: clean up eapol frame handling/port controlJohannes Berg2008-01-281-20/+33
* mac80211: clean up rate selectionMattias Nissler2008-01-281-24/+18Star
* mac80211: restructuring data Rx handlersRon Rindjunsky2008-01-281-5/+7
* mac80211: hardware scan reworkZhu Yi2008-01-281-1/+1
* mac80211: remove more forgotten codeJohannes Berg2008-01-281-58/+0Star
* [MAC80211]: improve radiotap injectionJohannes Berg2007-10-111-91/+104
* [MAC80211]: remove ALG_NONEJohannes Berg2007-10-111-2/+0Star
* [MAC80211]: remove management interfaceJohannes Berg2007-10-111-11/+3Star
* [PATCH] mac80211: consolidate encryptionJohannes Berg2007-10-111-47/+15Star
* [PATCH] mac80211: fix virtual interface lockingJohannes Berg2007-10-111-3/+7
* [MAC80211]: print out wiphy name instead of master deviceJohannes Berg2007-10-111-4/+5
* [MAC80211]: remove key threshold stuffJohannes Berg2007-10-111-6/+1Star
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-14/+18
* [MAC80211]: PS mode fixTomas Winkler2007-10-111-0/+1
* [MAC80211]: use internal network device statsStephen Hemminger2007-10-111-4/+4
* [MAC80211]: get STA after tx radiotap snippedwarmcat2007-10-111-2/+2
* [MAC80211]: remove HW_KEY_IDX_INVALIDJohannes Berg2007-10-111-4/+12
* [MAC80211]: rework hardware crypto flagsJohannes Berg2007-10-111-3/+2Star
* [MAC80211]: remove turbo modesJohannes Berg2007-10-111-2/+0Star
* [MAC80211]: fix race conditions with keysJohannes Berg2007-10-111-4/+16
* [MAC80211]: don't send invalid QoS framesJohannes Berg2007-10-111-1/+14
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-4/+5
* [MAC80211]: rework key handlingJohannes Berg2007-10-111-2/+2
* [MAC80211]: remove fake set_key() callJohannes Berg2007-10-111-4/+1Star
* [MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg2007-10-111-3/+3
* [MAC80211]: Remove bitfields from struct ieee80211_sub_if_dataJiri Slaby2007-10-111-8/+10
* [MAC80211]: Remove bitfields from struct ieee80211_txrx_dataJiri Slaby2007-10-111-25/+36
* [MAC80211]: Remove bitfields from struct ieee80211_tx_packet_dataJiri Slaby2007-10-111-11/+12
* [MAC80211]: use switch statement in tx codeJohannes Berg2007-10-111-6/+11
* [MAC80211]: remove unused ioctls (2)Johannes Berg2007-10-111-3/+0Star
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-111-1/+1
* [MAC80211]: Improve sanity checks on injected packetsAndy Green2007-10-111-20/+28
* [MAC80211]: improved short preamble handlingDaniel Drake2007-10-111-13/+18
* [MAC80211]: Add LONG_RETRY flag to ieee80211_tx_controlIvo van Doorn2007-10-111-0/+1
* [MAC80211]: improve locking of sta_info related structuresMichael Wu2007-10-111-4/+4
* [MAC80211]: split TX path into own fileJohannes Berg2007-10-111-0/+1869