summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: A-MPDU Rx stop aggregation on proper devRon Rindjunsky2008-01-291-3/+5
* mac80211: add unified BSS configurationJohannes Berg2008-01-291-12/+17
* mac80211: add beacon configuration via cfg80211Johannes Berg2008-01-291-1/+8
* mac80211: move interface type to vif structureJohannes Berg2008-01-291-18/+18
* mac80211: dont use interface indices in driversJohannes Berg2008-01-291-5/+7
* mac80211: Add radio led triggerIvo van Doorn2008-01-291-0/+3
* mac80211: better rate control algorithm selectionJohannes Berg2008-01-291-23/+11Star
* mac80211: A-MPDU Rx adding basic functionalityRon Rindjunsky2008-01-291-0/+9
* mac80211: clean up eapol handling in TX pathJohannes Berg2008-01-281-0/+2
* mac80211: make PID rate control algorithm the defaultStefano Brivio2008-01-281-6/+6
* mac80211: add PID controller based rate control algorithmMattias Nissler2008-01-281-5/+22
* mac80211: clean up rate selectionMattias Nissler2008-01-281-4/+2Star
* mac80211: adding 802.11n configuration flowsRon Rindjunsky2008-01-281-0/+51
* mac80211: hardware scan reworkZhu Yi2008-01-281-5/+8
* mac80211: fix header opsJohannes Berg2007-12-201-1/+0Star
* Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Herbert Xu2007-11-301-3/+7
|\
| * mac80211: Fix behavior of ieee80211_open and ieee80211_closeMichael Wu2007-11-301-3/+2Star
| * mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKEDZhu Yi2007-11-301-0/+5
* | mac80211: fix allmulti/promisc behaviourJohannes Berg2007-11-201-0/+23
* | mac80211: fix ieee80211_set_multicast_listJohannes Berg2007-11-201-2/+2
|/
* mac80211: allow driver to ask for a rate control algorithmJohannes Berg2007-11-111-1/+2
* mac80211: make simple rate control algorithm built-inJohannes Berg2007-11-111-0/+13
* [MAC80211]: make userspace-mlme a per-interface settingJohannes Berg2007-10-111-1/+1
* [MAC80211]: remove management interfaceJohannes Berg2007-10-111-180/+1Star
* [MAC80211]: add "invalid" interface typeJohannes Berg2007-10-111-0/+4
* [MAC80211]: Check open_count before calling config callback.Michael Buesch2007-10-111-1/+1
* [PATCH] mac80211: remove generic IE for AP interfacesJohannes Berg2007-10-111-4/+0Star
* [PATCH] mac80211: fix iff_promiscs, iff_allmultis raceJohannes Berg2007-10-111-6/+6
* [PATCH] mac80211: fix vlan bugJohannes Berg2007-10-111-0/+7
* [PATCH] mac80211: fix interface initialisation and deinitialisationJohannes Berg2007-10-111-3/+16
* [PATCH] mac80211: fix virtual interface lockingJohannes Berg2007-10-111-31/+25Star
* [PATCH] mac80211: validate VLAN interfaces betterJohannes Berg2007-10-111-7/+47
* [PATCH] mac80211: revamp interface and filter configurationJohannes Berg2007-10-111-219/+141Star
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-2/+10
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-111-1/+1
* [MAC80211]: rename ieee80211_cfg.h to cfg.hMichael Wu2007-10-111-1/+1
* [MAC80211]: print out wiphy name instead of master deviceJohannes Berg2007-10-111-7/+7
* [MAC80211]: remove key threshold stuffJohannes Berg2007-10-111-35/+0Star
* [MAC80211]: Add support for setting TX power and radio statusMichael Buesch2007-10-111-1/+6
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-2/+3
* [MAC80211]: use internal network device statsStephen Hemminger2007-10-111-22/+4Star
* [MAC80211]: remove turbo modesJohannes Berg2007-10-111-5/+1Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-0/+1
* [MAC80211]: rework key handlingJohannes Berg2007-10-111-1/+5
* [MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg2007-10-111-2/+3
* [MAC80211]: Remove bitfields from struct ieee80211_sub_if_dataJiri Slaby2007-10-111-16/+14Star
* [MAC80211]: Remove bitfields from struct ieee80211_if_staJiri Slaby2007-10-111-1/+1
* [MAC80211]: Remove bitfields from struct ieee80211_tx_packet_dataJiri Slaby2007-10-111-4/+9
* [MAC80211]: remove unused ioctls (1)Johannes Berg2007-10-111-42/+0Star
* [MAC80211]: remove radar stuffJohannes Berg2007-10-111-28/+0Star