summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-06-0224-458/+916
|\
| * iwlwifi: add new PCI IDs for 6000g2 devicesShanyu Zhao2010-05-133-0/+59
| * iwlwifi: move ucode related function to iwl-agn-ucode.cWey-Yi Guy2010-05-134-125/+124Star
| * iwlwifi: use proper short slot/preamble settingsJohannes Berg2010-05-133-31/+9Star
| * iwlwifi: split debug and debugfs optionsJohannes Berg2010-05-136-14/+21
| * iwlwifi: modify out-dated commentsWey-Yi Guy2010-05-131-2/+2
| * iwlwifi: code cleanup for _agn devicesWey-Yi Guy2010-05-132-26/+26
| * iwlwifi: enable remaining 6000 Gen2 devicesShanyu Zhao2010-05-135-2/+282
| * iwlagn: use firmware event/error log informationJohannes Berg2010-05-132-12/+99
| * iwlwifi: fix and add missing sta_lock usageReinette Chatre2010-05-137-42/+85
| * iwlwifi: remove IWL_MULTICAST_IDJohannes Berg2010-05-131-1/+0Star
| * iwlwifi: improve station debugfsJohannes Berg2010-05-131-35/+25Star
| * iwlwifi: move iwl_free_tfds_in_queue to iwlagnJohannes Berg2010-05-134-17/+15Star
| * iwl3945: remove sequence number assignmentJohannes Berg2010-05-132-12/+2Star
| * iwlwifi: don't crash on firmware file missing infoJohannes Berg2010-05-131-0/+5
| * iwlwifi: separate statistics flag function for agn & 3945Wey-Yi Guy2010-05-133-28/+49
| * iwlwifi: move _agn statistics related structureWey-Yi Guy2010-05-138-82/+85
| * iwlwifi: introduce iwl_sta_id_or_broadcastJohannes Berg2010-05-135-42/+41Star
* | iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter2010-05-241-1/+1
* | wireless: update gfp/slab.h includesTejun Heo2010-05-241-0/+1
* | iwlwifi: fix internal scan raceReinette Chatre2010-05-211-3/+18
* | drivers/net: remove useless semicolonsJoe Perches2010-05-181-1/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-1824-939/+1308
|\ \
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-1724-939/+1308
| |\|
| | * iwlwifi: clear driver stations when going downJohannes Berg2010-05-113-0/+21
| | * iwlwifi: remove pointless HT checkJohannes Berg2010-05-111-4/+6
| | * iwlwifi: rename iwl_add_local_stationJohannes Berg2010-05-114-9/+6Star
| | * iwlwifi: move iwl_find_station() to 4965Johannes Berg2010-05-113-51/+44Star
| | * iwlwifi: use iwl_sta_id() for TKIP key updateJohannes Berg2010-05-113-11/+15
| | * iwlagn: use iwl_sta_id() for aggregationJohannes Berg2010-05-115-28/+25Star
| | * iwlwifi: use iwl_find_station lessJohannes Berg2010-05-115-78/+29Star
| | * iwlwifi: add iwl_sta_id()Johannes Berg2010-05-111-0/+8
| | * iwlwifi: track station IDsJohannes Berg2010-05-118-52/+82
| | * iwlwifi: provide more comments for cfg structureWey-Yi Guy2010-05-111-0/+12
| | * iwlwifi: "tx power per chain" are part of ucode_tx_statsWey-Yi Guy2010-05-113-42/+21Star
| | * iwlagn: work around rate scaling reset delayReinette Chatre2010-05-111-1/+37
| | * iwlwifi: rework broadcast station managementJohannes Berg2010-05-1111-99/+89Star
| | * iwlwifi: split allocation/sending local station LQJohannes Berg2010-05-111-8/+8
| | * iwlwifi: fix iwl_sta_init_lq station IDJohannes Berg2010-05-111-7/+4Star
| | * iwlwifi: note that priv->bssid is used only by 3945Johannes Berg2010-05-111-1/+1
| | * iwlwifi: use vif in iwl_ht_confJohannes Berg2010-05-111-4/+5
| | * iwlwifi: remove useless priv->vif checkJohannes Berg2010-05-111-4/+1Star
| | * iwlagn: use virtual interface in TX aggregation handlingJohannes Berg2010-05-113-11/+14
| | * iwlwifi: push virtual interface throughJohannes Berg2010-05-119-122/+118Star
| | * iwlwifi: apply filter flags directlyJohannes Berg2010-05-111-30/+22Star
| | * iwlagn: use vif->type to check stationJohannes Berg2010-05-111-1/+1
| | * iwlagn: move iwl_get_ra_sta_id to 4965Johannes Berg2010-05-113-12/+10Star
| | * iwlwifi: remove rts_thresholdJohannes Berg2010-05-111-1/+0Star
| | * iwl3945: add plcp error checkingAbhijeet Kolekar2010-05-113-3/+69
| | * iwlagn: implement loading a new firmware file typeJohannes Berg2010-05-114-9/+187