~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/rtlwifi/cam.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
24
24
 * Hsinchu 300, Taiwan.
25
25
 *
 
26
 * Larry Finger <Larry.Finger@lwfinger.net>
 
27
 *
26
28
 *****************************************************************************/
27
29
 
28
30
#ifndef __RTL_CAM_H_
29
31
#define __RTL_CAM_H_
30
32
 
31
 
#define TOTAL_CAM_ENTRY                                 32
32
33
#define CAM_CONTENT_COUNT                               8
33
34
 
34
35
#define CFG_DEFAULT_KEY                                 BIT(5)
49
50
void rtl_cam_mark_invalid(struct ieee80211_hw *hw, u8 uc_index);
50
51
void rtl_cam_empty_entry(struct ieee80211_hw *hw, u8 uc_index);
51
52
void rtl_cam_reset_sec_info(struct ieee80211_hw *hw);
 
53
u8 rtl_cam_get_free_entry(struct ieee80211_hw *hw, u8 *sta_addr);
 
54
void rtl_cam_del_entry(struct ieee80211_hw *hw, u8 *sta_addr);
52
55
 
53
56
#endif