summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-06iwlwifi: move DVM code into subdirectoryJohannes Berg1-1577/+0
2012-06-06iwlwifi: trust mac80211 channel settingJohannes Berg1-9/+0
2012-06-06iwlwifi: use mac80211 channel in connection initJohannes Berg1-10/+2
2012-06-06iwlwifi: make a lot of functions staticJohannes Berg1-10/+11
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville1-0/+4
2012-05-16iwlwifi: support explicit monitor interfaceJohannes Berg1-0/+4
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-4/+4
2012-04-24iwlwifi: clean up module parametersJohannes Berg1-1/+2
2012-04-24iwlwifi: remove TX/RX frame statisticsJohannes Berg1-1/+0
2012-04-24iwlwifi: properly set basic ratesJohannes Berg1-25/+94
2012-04-18iwlwifi: remove unneeded includesEmmanuel Grumbach1-1/+0
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach1-2/+2
2012-04-17iwlwifi: expose static methods for MVM useDavid Spinadel1-10/+9
2012-04-17iwlwifi: Disabling calibrations variableDor Shaish1-2/+7
2012-04-13iwlwifi: move iwl_print_rx_config_cmd to iwl-agn-rxon.cMeenakshi Venkataraman1-0/+27
2012-04-13iwlwifi: move iwl_set_tx_power and make it staticMeenakshi Venkataraman1-0/+55
2012-04-13iwlwifi: move iwl_set_rate to iwl-agn-rxon.cMeenakshi Venkataraman1-0/+13
2012-04-13iwlwifi: move iwl_connection_init_rx_config to iwl-agn-rxon.cMeenakshi Venkataraman1-0/+72
2012-04-13iwlwifi: move iwl_set_flags_for_band to iwl-agn-rxon.cMeenakshi Venkataraman1-0/+23
2012-04-13iwlwifi: move iwl_set_rxon_channel to iwl-agn-rxon.cMeenakshi Venkataraman1-0/+29
2012-04-13iwlwifi: move iwl_set_rxon_ht to iwl-agn-rxon.cMeenakshi Venkataraman1-0/+90
2012-04-12iwlwifi: move hw_params into privJohannes Berg1-1/+1
2012-04-10iwlwifi: move iwl_full_rxon_required and mark it staticMeenakshi Venkataraman1-0/+64
2012-04-10iwlwifi: move iwl_check_rxon_cmd and mark it staticMeenakshi Venkataraman1-0/+73
2012-04-10iwlwifi: move iwl_set_rxon_hwcrypto and mark it staticMeenakshi Venkataraman1-0/+12
2012-04-10iwlwifi: Move iwl_send_rxon_timing and make it staticMeenakshi Venkataraman1-0/+103
2012-04-10iwlwifi: move valid_contexts to privJohannes Berg1-1/+1
2012-04-10iwlwifi: add trailing newline to various messagesJohannes Berg1-1/+1
2012-04-10iwlwifi: extend notification waitJohannes Berg1-1/+4
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-1/+1
2012-03-08iwlwifi: more status bit factoringDon Fry1-7/+7
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg1-6/+2
2012-03-07iwlwifi: abstract out notification wait supportJohannes Berg1-5/+6
2012-03-07iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg1-2/+1
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg1-10/+10
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg1-8/+8
2012-03-07iwlwifi: simplify auth/assoc flowJohannes Berg1-7/+0
2012-03-07iwlwifi: make EXIT_PENDING depend on mac80211Johannes Berg1-6/+0
2012-03-07iwlwifi: remove shared lockJohannes Berg1-6/+0
2012-02-28iwlwifi: virtualize the op_modeEmmanuel Grumbach1-2/+2
2012-02-17iwlwifi: enable receiving beacons when not associatedMeenakshi Venkataraman1-0/+16
2012-01-24iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-4/+4
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2011-12-14iwlwifi: allow to switch to HT40 if not associatedWey-Yi Guy1-2/+2
2011-12-07iwlwifi: move ucode notification from iwl_priv to iwl_sharedDon Fry1-3/+3
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-13/+23
2011-12-02iwlwifi: do not re-configure HT40 after associatedWey-Yi Guy1-13/+23
2011-11-11iwlwifi: add debug information on queue stop / wakeEmmanuel Grumbach1-1/+2
2011-11-11iwlwifi: remove the use of the QOS debug flagEmmanuel Grumbach1-1/+1