summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2010-06-06iwlwifi: set MAC address in RXON from interfaceJohannes Berg1-1/+4
2010-06-06iwlwifi: remove mac_addr assignmentJohannes Berg2-6/+6
2010-06-06iwlwifi: remove unused wlap_bssid_addr assignmentJohannes Berg1-1/+0
2010-06-06iwlwifi: remove useless node_addr assignmentsJohannes Berg2-4/+0
2010-06-05iwlwifi: use the DMA state API instead of the pci equivalentsFUJITA Tomonori6-18/+18
2010-06-03mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg1-2/+1
2010-06-03mac80211: remove tx status ampdu_ack_mapJohannes Berg1-1/+0
2010-06-03Revert "iwlwifi: move _agn statistics related structure"John W. Linville7-84/+82
2010-06-03drivers/net/wireless: Storage class should be before const qualifierTobias Klauser1-2/+2
2010-06-02Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville24-458/+916
2010-05-24iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter1-1/+1
2010-05-24wireless: update gfp/slab.h includesTejun Heo1-0/+1
2010-05-21iwlwifi: fix internal scan raceReinette Chatre1-3/+18
2010-05-18drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller24-939/+1308
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville24-939/+1308
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches6-9/+0
2010-05-13iwlwifi: add new PCI IDs for 6000g2 devicesShanyu Zhao3-0/+59
2010-05-13iwlwifi: move ucode related function to iwl-agn-ucode.cWey-Yi Guy4-125/+124
2010-05-13iwlwifi: use proper short slot/preamble settingsJohannes Berg3-31/+9
2010-05-13iwlwifi: split debug and debugfs optionsJohannes Berg6-14/+21
2010-05-13iwlwifi: modify out-dated commentsWey-Yi Guy1-2/+2
2010-05-13iwlwifi: code cleanup for _agn devicesWey-Yi Guy2-26/+26
2010-05-13iwlwifi: enable remaining 6000 Gen2 devicesShanyu Zhao5-2/+282
2010-05-13iwlagn: use firmware event/error log informationJohannes Berg2-12/+99
2010-05-13iwlwifi: fix and add missing sta_lock usageReinette Chatre7-42/+85
2010-05-13iwlwifi: remove IWL_MULTICAST_IDJohannes Berg1-1/+0
2010-05-13iwlwifi: improve station debugfsJohannes Berg1-35/+25
2010-05-13iwlwifi: move iwl_free_tfds_in_queue to iwlagnJohannes Berg4-17/+15
2010-05-13iwl3945: remove sequence number assignmentJohannes Berg2-12/+2
2010-05-13iwlwifi: don't crash on firmware file missing infoJohannes Berg1-0/+5
2010-05-13iwlwifi: separate statistics flag function for agn & 3945Wey-Yi Guy3-28/+49
2010-05-13iwlwifi: move _agn statistics related structureWey-Yi Guy8-82/+85
2010-05-13iwlwifi: introduce iwl_sta_id_or_broadcastJohannes Berg5-42/+41
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+0
2010-05-11iwlwifi: clear driver stations when going downJohannes Berg3-0/+21
2010-05-11iwlwifi: remove pointless HT checkJohannes Berg1-4/+6
2010-05-11iwlwifi: rename iwl_add_local_stationJohannes Berg4-9/+6
2010-05-11iwlwifi: move iwl_find_station() to 4965Johannes Berg3-51/+44
2010-05-11iwlwifi: use iwl_sta_id() for TKIP key updateJohannes Berg3-11/+15
2010-05-11iwlagn: use iwl_sta_id() for aggregationJohannes Berg5-28/+25
2010-05-11iwlwifi: use iwl_find_station lessJohannes Berg5-78/+29
2010-05-11iwlwifi: add iwl_sta_id()Johannes Berg1-0/+8
2010-05-11iwlwifi: track station IDsJohannes Berg8-52/+82
2010-05-11iwlwifi: provide more comments for cfg structureWey-Yi Guy1-0/+12
2010-05-11iwlwifi: "tx power per chain" are part of ucode_tx_statsWey-Yi Guy3-42/+21
2010-05-11iwlagn: work around rate scaling reset delayReinette Chatre1-1/+37
2010-05-11iwlwifi: rework broadcast station managementJohannes Berg11-99/+89
2010-05-11iwlwifi: split allocation/sending local station LQJohannes Berg1-8/+8
2010-05-11iwlwifi: fix iwl_sta_init_lq station IDJohannes Berg1-7/+4