summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* orinoco: Handle suspend/restore in core driverDavid Kilroy2009-07-106-161/+70Star
* airport: store irq in card private structureDavid Kilroy2009-07-101-12/+12
* orinoco: move netdev interface creation to main driverDavid Kilroy2009-07-109-118/+119
* orinoco: make firmware download less verboseDavid Kilroy2009-07-101-27/+23Star
* orinoco: initiate cfg80211 conversionDavid Kilroy2009-07-107-89/+256
* orinoco: Change set_tkip to use orinoco_private instead of hermes_tDavid Kilroy2009-07-103-6/+6
* orinoco: initialise independently of netdevDavid Kilroy2009-07-109-24/+63
* orinoco: Replace net_device with orinoco_private in driver interfacesDavid Kilroy2009-07-1010-139/+132Star
* orinoco: firmware helpers should use dev_err and friendsDavid Kilroy2009-07-101-24/+17Star
* orinoco: use dev_err in early initialisation routinesDavid Kilroy2009-07-101-50/+42Star
* orinoco: Move FID allocation to hw.cDavid Kilroy2009-07-103-23/+26
* orinoco: Move card reading code into hw.cDavid Kilroy2009-07-103-100/+115
* orinoco: Move firmware capability determination into hw.cDavid Kilroy2009-07-103-216/+219
* cfg80211: infer WPA and WPA2 support from TKIP and CCMPDavid Kilroy2009-07-101-4/+4
* cfg80211: set WE encoding size based on available ciphersDavid Kilroy2009-07-101-3/+10
* cfg80211: allow drivers that can't scan for specific ssidsDavid Kilroy2009-07-102-4/+2Star
* cfg80211: Advertise ciphers via WE according to driver capabilityDavid Kilroy2009-07-101-2/+13
* cfg80211: add wrapper function to get wiphy from priv pointerDavid Kilroy2009-07-101-0/+11
* mac80211_hwsim: clean up the skb before passing it backJohannes Berg2009-07-101-0/+10
* zd1211rw: sort vid/pid pairs by numerical valueHin-Tak Leung2009-07-101-36/+37
* cfg80211: prohibit scanning the same channel more than onceJohannes Berg2009-07-101-3/+30
* mac80211: improve per-sta debugfsJohannes Berg2009-07-102-36/+79
* mac80211: push rx status into skb->cbJohannes Berg2009-07-1030-106/+108
* rt2x00: remove skb->do_not_encrypt usageJohannes Berg2009-07-102-5/+4Star
* cfg80211: issue netlink notification when scan startsJohannes Berg2009-07-103-10/+34
* rndis_wlan: convert set/get txpower to cfg80211Jussi Kivilinna2009-07-101-73/+75
* usbnet: Add stop function pointer to 'struct rndis_data'.Jussi Kivilinna2009-07-102-0/+17
* rndis_wlan: convert get/set frag/rts to cfg80211Jussi Kivilinna2009-07-101-72/+63Star
* iwmc3200wifi: rfkill cleanupZhu Yi2009-07-106-32/+39
* iwmc3200wifi: cache keys when interface is downSamuel Ortiz2009-07-103-19/+28
* iwmc3200wifi: change coexist periodic calibration flagZhu Yi2009-07-102-6/+11
* iwmc3200wifi: cfg80211 key hooks implemetationSamuel Ortiz2009-07-106-332/+219Star
* iwmc3200wifi: handling wifi_if_ntfy responsesSamuel Ortiz2009-07-105-15/+31
* iwmc3200wifi: invalidate keys when changing the BSSIDSamuel Ortiz2009-07-101-1/+18
* iwlwifi: remove disable_tx_power for device > 4965Wey-Yi Guy2009-07-101-2/+7
* iwlwifi: no need to refer to max_nrg_cck range valueWey-Yi Guy2009-07-103-8/+3Star
* iwlwifi: modify sensitivity value for 5150Wey-Yi Guy2009-07-101-2/+25
* wl1251: change psm enabled/disabled info to debugLuciano Coelho2009-07-101-2/+2
* wl1251: fix a checkpatch warningKalle Valo2009-07-101-2/+1Star
* wl1251: use wl1251 prefix everywhereKalle Valo2009-07-1026-1199/+1203
* wl12xx: remove unused wl12xx_hw_init_mem_config()Kalle Valo2009-07-101-1/+0Star
* wl1251: rename wl12xx.h to wl1251.hKalle Valo2009-07-1019-17/+18
* wl1251: add wl1251 prefix to all 1251 filesKalle Valo2009-07-1025-48/+758
* wl1251: remove wl1271_setup()Kalle Valo2009-07-101-8/+0Star
* wl12xx: rename driver to wl1251Kalle Valo2009-07-102-7/+14
* wl12xx: rename wl1251.c wl1251_ops.cKalle Valo2009-07-104-5/+5
* wl12xx: Use chipset specific join commandsJuuso Oikarinen2009-07-105-6/+10
* wl12xx: Assign value to rx msdu lifetime variableVidhya Govindan2009-07-101-0/+1
* wl12xx: enable ELP modeKalle Valo2009-07-101-5/+1Star
* wl12xx: check if elp wakeup failedKalle Valo2009-07-104-24/+59