summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
...
* | iwlwifi: remove bad language from the commentsTomas Winkler2008-09-081-2/+1
* | iwlwifi: take a fresh set of supported rates at each cycleEmmanuel Grumbach2008-09-081-0/+1
* | iwlwifi: fix host command header according the HW specTomas Winkler2008-09-083-14/+16
* | iwlwifi: allow association on radar channel in power saveEmmanuel Grumbach2008-09-084-7/+61
* | iwlwifi: cleanup PCI register handlingTomas Winkler2008-09-086-34/+31
* | iwlwifi: fix strict_strtoul error checkingEmmanuel Grumbach2008-09-081-3/+3
* | iwlwifi: generic init calibrations frameworkTomas Winkler2008-09-086-81/+90
* | iwlwifi: remove rfkill warning from iwl-ioTomas Winkler2008-09-082-36/+0
* | iwlwifi: replace readl and writel with io/read/write/32Tomas Winkler2008-09-082-5/+5
* | iwlwifi: use strict_strtoul instead of simple_strtoulTomas Winkler2008-09-081-17/+32
* | iwl3945: avoid redundant iwl3945_get_active_dwell_timeAbhijeet Kolekar2008-09-081-4/+3
* | iwl3945: removed bg_post_associate workAbhijeet Kolekar2008-09-082-18/+1
* | iwl3945: replace association and beacon hooks with bss_info_changed cbAbhijeet Kolekar2008-09-081-81/+0
* | iwl3945: fix unbalanced mutexAbhijeet Kolekar2008-09-081-3/+2
* | iwlwifi: align set channel with mac80211Tomas Winkler2008-09-083-10/+7
* | iwlwifi: allow consecutive scans in unassociated stateRon Rindjunsky2008-09-081-1/+3
* | iwlwifi: remove obsolete 4965 forward declarationsRon Rindjunsky2008-09-081-6/+0
* | iwlwifi: clean up hw scan handlerTomas Winkler2008-09-081-19/+16
* | iwlwifi : Added bss_info_changed callback to 3945Abhijeet Kolekar2008-09-081-6/+68
* | cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-052-0/+9
* | wireless: remove unused #include <version.h>Huang Weiyi2008-08-293-3/+0
* | wireless: replace __FUNCTION__ with __func__Harvey Harrison2008-08-221-2/+2
* | iwlwifi: use le16 frame control directly, use QOS symbolic constant maskHarvey Harrison2008-08-222-5/+5
* | iwlwifi: add level for debugging host commandEsti Kummer2008-08-223-13/+39
* | iwlwifi: kill struct iwl4965_lq_mngrTomas Winkler2008-08-222-16/+0
* | iwl-4965: test below 0 on unsigned num_tbsroel kluin2008-08-221-1/+1
* | iwlwifi: use generic mac80211 radiotap headersBruno Randolf2008-08-226-208/+27
|/
* removed unused #include <version.h>Huang Weiyi2008-08-189-9/+0
* iwlwifi: fix printk newlinesJiri Slaby2008-08-185-11/+11
* iwlwifi: cleanup iwl_tx_skbTomas Winkler2008-08-073-25/+22
* iwl3945: fix merge mistake for packet injectionZhu Yi2008-08-041-6/+0
* iwlwifi: grap nic access before accessing periphery registersTomas Winkler2008-08-041-1/+3
* iwlwifi: decrement rx skb counter in scan abort handlerEmmanuel Grumbach2008-08-041-0/+1
* iwlwifi: fix unhandled interrupt when HW rfkill is onTomas Winkler2008-08-041-10/+8
* iwlwifi: implement iwl5000_calc_rssiTomas Winkler2008-08-045-51/+119
* iwlwifi: memory allocation optimizationGregory Greenman2008-08-044-28/+59
* iwlwifi: HW bug fixesTomas Winkler2008-08-043-6/+31
* iwlwifi: Don't use buffer allocated on the stack for led namesSven Wegener2008-08-044-28/+36
* iwlwifi: rename 4965 to AGNTomas Winkler2008-08-044-63/+68
* iwlwifi: fix checkpatch.pl errorsTomas Winkler2008-08-0411-60/+55
* iwlwifi: rename iwl4965-base.c to iwl-agn.cTomas Winkler2008-08-042-4/+2
* iwlwifi: use dtim_period from association, and set listen_intervalTomas Winkler2008-08-043-4/+5
* iwlwifi: RS small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev2008-08-041-0/+2
* iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach2008-08-043-7/+7
* iwlwifi: set led register in disassociationEsti Kummer2008-08-041-16/+24
* iwlwifi: kill iwl4965_fill_rs_infoTomas Winkler2008-08-043-111/+0
* iwlwifi: rename iwl-4695-rs to iwl-agn-rsTomas Winkler2008-08-047-128/+119
* iwlwifi: move iwl4965_set_pwr_src to iwl4965-base.cTomas Winkler2008-08-042-33/+31
* iwlwifi: move beacon handling to iwl4965-base.cTomas Winkler2008-08-044-39/+37
* iwlwifi: move iwl4965_mac_ampdu_action to iwl4965-base.cTomas Winkler2008-08-043-38/+34